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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?察 | 001111111000111001000000 | 3f8e40 |
EUC-JP | ?察 | 001111111011101110100001 | 3fbba1 |
UTF-8 | 롆察 | 111010111010000110000110111001011010111110011111 | eba186e5af9f |
UHC | 롆察 | 10001110110011001111001111001100 | 8eccf3cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)