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 | 111000011011111110011010010111111110000101111100111010001110100101000010 | e1bf9a5fe17ce8e942 |
EUC-JP | 眩喟痞韜B | 111000101100000111010011110000001110000111011101111100001110101101000010 | e2c1d3c0e1ddf0eb42 |
UTF-8 | 眩喟痞韜B | 11100111100111001010100111100101100101101001111111100111100101111001111011101001100111111001110001000010 | e79ca9e5969fe7979ee99f9c42 |
UHC | 眩??韜B | 11111010110111110011111100111111110101001011011101000010 | fadf3f3fd4b742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)