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 | 禎??錚 | 100100101111010100111111001111111110100001000010 | 92f53f3fe842 |
| EUC-JP | 禎??錚 | 110001001111011100111111001111111110111110100011 | c4f73f3fefa3 |
| UTF-8 | 禎꿰료錚 | 111001111010011010001110111010101011111110110000111010111010001110001100111010011000110010011010 | e7a68eeabfb0eba38ce98c9a |
| UHC | 禎꿰료錚 | 1110111111101110101100101110011110110111111000011110111010110110 | efeeb2e7b7e1eeb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)