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 | 11100111111101101001001111100101100110101000011001000010 | e7f693e59a8642 |
EUC-JP | 銹灘嚀B | 11101110111110001100011011100111110100111110011001000010 | eef8c6e7d3e642 |
UTF-8 | 銹灘嚀B | 11101001100010101011100111100111100000011001100011100101100110101000000001000010 | e98ab9e78198e59a8042 |
UHC | 銹灘?B | 111000101100100011110111101010000011111101000010 | e2c8f7a83f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)