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 | 10010000111000111001111111010110100010101110011101000010 | 90e39fd68ae742 |
EUC-JP | 舌渫顔B | 11000000111001011101111011011000101101001110100101000010 | c0e5ded8b4e942 |
UTF-8 | 舌渫顔B | 11101000100010001000110011100110101110001010101111101001101000011001010001000010 | e8888ce6b8abe9a19442 |
UHC | 舌渫顔B | 11100000110111111110000011011110111001001101010001000010 | e0dfe0dee4d442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)