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 | 額?踊 | 1000101001111010001111111001011101111000 | 8a7a3f9778 |
| EUC-JP | 額棅踊 | 10110011110110111000111111000011111110111100110111011001 | b3db8fc3fbcdd9 |
| UTF-8 | 額棅踊 | 111010011010000110001101111001101010001110000101111010001011100010001010 | e9a18de6a385e8b88a |
| UHC | 額棅踊 | 111001001111111011011100101110001110100111001001 | e4fedcb8e9c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)