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 | 襌罹搆 | 111001011111100110011100111010111001110110001100 | e5f99ceb9d8c |
| EUC-JP | 襌罹搆 | 111010101111101111011000111011011101100111101100 | eafbd8edd9ec |
| UTF-8 | 襌罹搆 | 111010001010010110001100111001111011110110111001111001101001000010000110 | e8a58ce7bdb9e69086 |
| UHC | ?罹? | 00111111110101111110011100111111 | 3fd7e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)