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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 齊?帳?B | 11101010100011100011111110010010101000000011111101000010 | ea8e3f92a03f42 |
EUC-JP | 齊?帳?B | 11110011111011100011111111000100101000100011111101000010 | f3ee3fc4a23f42 |
UTF-8 | 齊렦帳렫B | 11101001101111011000101011101011101000001010011011100101101110001011001111101011101000001010101101000010 | e9bd8aeba0a6e5b8b3eba0ab42 |
UHC | 齊렦帳렫B | 111100001011101010001110101101011110110111100011100011101011100101000010 | f0ba8eb5ede38eb942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)