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 | ??@ | 001111110011111101000000 | 3f3f40 |
SJIS-WIN | 狸終@ | 1001001001001011100011110100100101000000 | 924b8f4940 |
EUC-JP | 狸終@ | 1100001110101100101111011010101001000000 | c3acbdaa40 |
UTF-8 | 狸終@ | 11100111100010111011100011100111101101011000001001000000 | e78bb8e7b58240 |
UHC | 狸終@ | 1101011111100001111100001111101101000000 | d7e1f0fb40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)