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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 歔廩莎B | 10011111011000001001110001001000111001001011001101000010 | 9f609c48e4b342 |
EUC-JP | 歔廩莎B | 11011101110000011101011110101001111010001011010101000010 | ddc1d7a9e8b542 |
UTF-8 | 歔廩莎B | 11100110101011011001010011100101101110111010100111101000100011101000111001000010 | e6ad94e5bba9e88e8e42 |
UHC | ??莎B | 0011111100111111110111101110110101000010 | 3f3fdeed42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)