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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 一???? | 100010001110101000111111001111110011111100111111 | 88ea3f3f3f3f |
EUC-JP | 一???? | 101100001110110000111111001111110011111100111111 | b0ec3f3f3f3f |
UTF-8 | 一렯렭얍렯 | 111001001011100010000000111010111010000010101111111010111010000010101101111011001001011010001101111010111010000010101111 | e4b880eba0afeba0adec968deba0af |
UHC | 一렯렭얍렯 | 11101100111010011000111010111100100011101011101010111110111001011000111010111100 | ece98ebc8ebabee58ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)