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 | 10011011010011101001101111010100100110001101101001000010 | 9b4e9bd498da42 |
| EUC-JP | 娟嶽俑B | 11010101101011111101011011010110110100001101110001000010 | d5afd6d6d0dc42 |
| UTF-8 | 娟嶽俑B | 11100101101010001001111111100101101101101011110111100100101111111001000101000010 | e5a89fe5b6bde4bf9142 |
| UHC | 娟嶽俑B | 11100110110000101110010011000000111010011011010101000010 | e6c2e4c0e9b542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)