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 | 11100110101110101000100011101010100011101010111001000010 | e6ba88ea8eae42 |
| EUC-JP | 貅一式B | 11101100101111001011000011101100101111001011000001000010 | ecbcb0ecbcb042 |
| UTF-8 | 貅一式B | 11101000101100101000010111100100101110001000000011100101101111001000111101000010 | e8b285e4b880e5bc8f42 |
| UHC | ?一式B | 001111111110110011101001111000111101001001000010 | 3fece9e3d242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)