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 | ?P@h | 00111111010100000100000001101000 | 3f504068 |
SJIS-WIN | 達P@h | 1001001001000010010100000100000001101000 | 9242504068 |
EUC-JP | 達P@h | 1100001110100011010100000100000001101000 | c3a3504068 |
UTF-8 | 達P@h | 111010011000000110010100010100000100000001101000 | e98194504068 |
UHC | 達P@h | 1101001110111001010100000100000001101000 | d3b9504068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)