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 | 0011111100111111001111110101110001101000 | 3f3f3f5c68 |
SJIS-WIN | 涯??\h | 100010100101010100111111001111110101110001101000 | 8a553f3f5c68 |
EUC-JP | 涯??\h | 101100111011011000111111001111110101110001101000 | b3b63f3f5c68 |
UTF-8 | 涯깗뢟\h | 1110011010110110101011111110101010111001100101111110101110100010100111110101110001101000 | e6b6afeab997eba29f5c68 |
UHC | 涯깗뢟\h | 1110010011110011100000111000111110001111010110100101110001101000 | e4f3838f8f5a5c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)