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 | 00111111001111110011111101000010 | 3f3f3f42 |
| SJIS-WIN | 嗚↑?B | 100110100110101010000001101010100011111101000010 | 9a6a81aa3f42 |
| EUC-JP | 嗚↑?B | 110100111100101110100010101011000011111101000010 | d3cba2ac3f42 |
| UTF-8 | 嗚↑뮕B | 11100101100101111001101011100010100001101001000111101011101011101001010101000010 | e5979ae28691ebae9542 |
| UHC | 嗚↑뮕B | 11100111111100001010000111101000100100101010000101000010 | e7f0a1e892a142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)