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 | 11100010100100011001110110100100100000010111000001000010 | e2919da4817042 |
EUC-JP | 竭擘}B | 11100011111100011101101010100110101000011101000101000010 | e3f1daa6a1d142 |
UTF-8 | 竭擘}B | 11100111101010111010110111100110100100111001100011101111101111011001110101000010 | e7abade69398efbd9d42 |
UHC | 竭擘}B | 11001010111001101101101111111011101000111111110101000010 | cae6dbfba3fd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)