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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 酉??酉??B | 100100111101000100111111001111111001001111010001001111110011111101000010 | 93d13f3f93d13f3f42 |
EUC-JP | 酉??酉??B | 110001101101001100111111001111111100011011010011001111110011111101000010 | c6d33f3fc6d33f3f42 |
UTF-8 | 酉뺜벽酉뺜벽B | 11101001100001011000100111101011101110101001110011101011101100101011110111101001100001011000100111101011101110101001110011101011101100101011110101000010 | e98589ebba9cebb2bde98589ebba9cebb2bd42 |
UHC | 酉뺜벽酉뺜벽B | 11101011101101111001010111100100101110101010111011101011101101111001010111100100101110101010111001000010 | ebb795e4baaeebb795e4baae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)