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 | ???p | 00111111001111110011111101110000 | 3f3f3f70 |
| SJIS-WIN | ??終p | 0011111100111111100011110100100101110000 | 3f3f8f4970 |
| EUC-JP | ??終p | 0011111100111111101111011010101001110000 | 3f3fbdaa70 |
| UTF-8 | 룶ㄱ終p | 11101011101000111011011011100011100001001011000111100111101101011000001001110000 | eba3b6e384b1e7b58270 |
| UHC | 룶ㄱ終p | 10001111101010111010010010100001111100001111101101110000 | 8faba4a1f0fb70 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)