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 | 1001101010100000100110101010000001000010 | 9aa09aa042 |
| EUC-JP | 國國B | 1101010010100010110101001010001001000010 | d4a2d4a242 |
| UTF-8 | 國國B | 11100101100111001000101111100101100111001000101101000010 | e59c8be59c8b42 |
| UHC | 國國B | 1100111111010000110011111101000001000010 | cfd0cfd042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)