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 | 100101110100111110011111011110111001011101001111100111110111101101000010 | 974f9f7b974f9f7b42 |
SJIS-WIN | ?O?{?O?{B | 001111110100111100111111011110110011111101001111001111110111101101000010 | 3f4f3f7b3f4f3f7b42 |
EUC-JP | ?O?{?O?{B | 001111110100111100111111011110110011111101001111001111110111101101000010 | 3f4f3f7b3f4f3f7b42 |
UTF-8 | O{O{B | 11000010100101110100111111000010100111110111101111000010100101110100111111000010100111110111101101000010 | c2974fc29f7bc2974fc29f7b42 |
UHC | ?O?{?O?{B | 001111110100111100111111011110110011111101001111001111110111101101000010 | 3f4f3f7b3f4f3f7b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)