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 | ????yB | 001111110011111100111111001111110111100101000010 | 3f3f3f3f7942 |
SJIS-WIN | 嘆担村側yB | 10010010010100011001001001010011100100011011101010010001101001000111100101000010 | 9251925391ba91a47942 |
EUC-JP | 嘆担村側yB | 11000011101100101100001110110100110000101011110011000010101001100111100101000010 | c3b2c3b4c2bcc2a67942 |
UTF-8 | 嘆担村側yB | 1110010110011000100001101110011010001011100001011110011010011101100100011110010110000001101101000111100101000010 | e59886e68b85e69d91e581b47942 |
UHC | 嘆?村側yB | 111101111010001100111111111101011011110111110110101100000111100101000010 | f7a33ff5bdf6b07942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)