To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 瀋??^ | 1110000001100011001111110011111101011110 | e0633f3f5e |
EUC-JP | 瀋??^ | 1101111111000100001111110011111101011110 | dfc43f3f5e |
UTF-8 | 瀋꿨ㅂ^ | 11100111100000001000101111101010101111111010100011100011100001011000001001011110 | e7808beabfa8e385825e |
UHC | 瀋꿨ㅂ^ | 11100100101000111011001011100101101001001011001001011110 | e4a3b2e5a4b25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)