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 | xæB] | 1001101001111000111001100100001001011101 | 9a78e6425d |
SJIS-WIN | ?x?B] | 0011111101111000001111110100001001011101 | 3f783f425d |
EUC-JP | ?xæB] | 00111111011110001000111110101001110000010100001001011101 | 3f788fa9c1425d |
UTF-8 | xæB] | 11000010100110100111100011000011101001100100001001011101 | c29a78c3a6425d |
UHC | ?xæB] | 001111110111100010101001101000010100001001011101 | 3f78a9a1425d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)