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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | ?馨鱇 | 0011111110001010010111011110100111011111 | 3f8a5de9df |
| EUC-JP | ?馨鱇 | 0011111110110011101111101111001011100001 | 3fb3bef2e1 |
| UTF-8 | 뤓馨鱇 | 111010111010010010010011111010011010011010101000111010011011000110000111 | eba493e9a6a8e9b187 |
| UHC | 뤓馨鱇 | 100011111100001111111011101100001100101110111110 | 8fc3fbb0cbbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)