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 | 茗??醍 | 111001001010101000111111001111111001000111100111 | e4aa3f3f91e7 |
| EUC-JP | 茗??醍 | 111010001010110000111111001111111100001011101001 | e8ac3f3fc2e9 |
| UTF-8 | 茗롛렽醍 | 111010001000110010010111111010111010000110011011111010111010000010111101111010011000011010001101 | e88c97eba19beba0bde9868d |
| UHC | 茗롛렽醍 | 1101100110101011100011101101111110001110110001011111000010110101 | d9ab8edf8ec5f0b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)