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 | ??@h | 00111111001111110100000001101000 | 3f3f4068 |
SJIS-WIN | 獻獺@h | 111000001101100111100000110110100100000001101000 | e0d9e0da4068 |
EUC-JP | 獻獺@h | 111000001101101111100000110111000100000001101000 | e0dbe0dc4068 |
UTF-8 | 獻獺@h | 1110011110001101101110111110011110001101101110100100000001101000 | e78dbbe78dba4068 |
UHC | 獻獺@h | 111110101100110011010011101101110100000001101000 | faccd3b74068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)