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 | 10011010011010001110001111100001100110000101101101000010 | 9a68e3e1985b42 |
EUC-JP | 喇聶麓B | 11010011110010011110011011100011110011111011110001000010 | d3c9e6e3cfbc42 |
UTF-8 | 喇聶麓B | 11100101100101101000011111101000100000011011011011101001101110101001001101000010 | e59687e881b6e9ba9342 |
UHC | 喇?麓B | 110101001111101000111111110101101110010001000010 | d4fa3fd6e442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)