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 | ?礫 | 001111111110001001001001 | 3fe249 |
EUC-JP | ?礫 | 001111111110001110101010 | 3fe3aa |
UTF-8 | 淣礫 | 111001101011011110100011111001111010010010101011 | e6b7a3e7a4ab |
UHC | ?礫 | 001111111101010111111000 | 3fd5f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)