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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 爵丈レ | 1000111011011101100011111110010011011010 | 8edd8fe4da |
| EUC-JP | 爵丈レ | 101111001101111110111110111001101000111011011010 | bcdfbee68eda |
| UTF-8 | 爵丈レ | 111001111000100010110101111001001011100010001000111011111011111010011010 | e788b5e4b888efbe9a |
| UHC | 爵丈? | 1110110111001001111011011101101100111111 | edc9eddb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)