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 | ??B | 001111110011111101000010 | 3f3f42 |
| SJIS-WIN | 渫稟B | 1001111111010110111000100110011101000010 | 9fd6e26742 |
| EUC-JP | 渫稟B | 1101111011011000111000111100100001000010 | ded8e3c842 |
| UTF-8 | 渫稟B | 11100110101110001010101111100111101010001001111101000010 | e6b8abe7a89f42 |
| UHC | 渫稟B | 1110000011011110111110011010001001000010 | e0def9a242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)