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 | ????£ | 0011111100111111001111110011111110100011 | 3f3f3f3fa3 |
| SJIS-WIN | 邉「讚帙£ | 111001111011001110100010111001101010101110011011111000111000000110010010 | e7b3a2e6ab9be38192 |
| EUC-JP | 邉「讚帙£ | 11101110101101011000111010100010111011001010110111010110111001011010000111110010 | eeb58ea2ecadd6e5a1f2 |
| UTF-8 | 邉「讚帙£ | 1110100110000010100010011110111110111101101000101110100010101110100110101110010110111000100110011100001010100011 | e98289efbda2e8ae9ae5b899c2a3 |
| UHC | ??讚帙? | 00111111001111111111001111000110111100101110110100111111 | 3f3ff3c6f2ed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)