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 | O{O{B | 10010111010011110111101110010111010011110111101101000010 | 974f7b974f7b42 |
SJIS-WIN | ?O{?O{B | 00111111010011110111101100111111010011110111101101000010 | 3f4f7b3f4f7b42 |
EUC-JP | ?O{?O{B | 00111111010011110111101100111111010011110111101101000010 | 3f4f7b3f4f7b42 |
UTF-8 | O{O{B | 110000101001011101001111011110111100001010010111010011110111101101000010 | c2974f7bc2974f7b42 |
UHC | ?O{?O{B | 00111111010011110111101100111111010011110111101101000010 | 3f4f7b3f4f7b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)