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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ??壅? | 0011111100111111100110101101011100111111 | 3f3f9ad73f |
| EUC-JP | ??壅? | 0011111100111111110101001101100100111111 | 3f3fd4d93f |
| UTF-8 | 롘렍壅뤔 | 111010111010000110011000111010111010000010001101111001011010001110000101111010111010010010010100 | eba198eba08de5a385eba494 |
| UHC | 롘렍壅뤔 | 1000111011011100100011101010001111101000101101011000111111000100 | 8edc8ea3e8b58fc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)