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 | 001111110011111100111111010100000100000001101000 | 3f3f3f504068 |
SJIS-WIN | ???P@h | 001111110011111100111111010100000100000001101000 | 3f3f3f504068 |
EUC-JP | ???P@h | 001111110011111100111111010100000100000001101000 | 3f3f3f504068 |
UTF-8 | 렻파렫P@h | 111010111010000010111011111011011000110010001100111010111010000010101011010100000100000001101000 | eba0bbed8c8ceba0ab504068 |
UHC | 렻파렫P@h | 100011101100001111000110110001001000111010111001010100000100000001101000 | 8ec3c6c48eb9504068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)