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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 甑?聆宜? | 1000110110011001001111111110001111010111100010110101100000111111 | 8d993fe3d78b583f |
| EUC-JP | 甑?聆宜? | 1011100111111001001111111110011011011001101101011011100100111111 | b9f93fe6d9b5b93f |
| UTF-8 | 甑흘聆宜렔 | 111001111001010010010001111011011001110110011000111010001000000110000110111001011010111010011100111010111010000010010100 | e79491ed9d98e88186e5ae9ceba094 |
| UHC | 甑흘聆宜렔 | 11110001111101111100100011101010110101101100000011101011111100011000111010101001 | f1f7c8ead6c0ebf18ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)