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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 邉「讚帙£ | 111001111011001110100010111001101010101110011011111000111000000110010010 | e7b3a2e6ab9be38192 |
| EUC-JP | 邉「讚帙£ | 11101110101101011000111010100010111011001010110111010110111001011010000111110010 | eeb58ea2ecadd6e5a1f2 |
| UTF-8 | 邉「讚帙£ | 111010011000001010001001111011111011110110100010111010001010111010011010111001011011100010011001111011111011111110100001 | e98289efbda2e8ae9ae5b899efbfa1 |
| UHC | ??讚帙£ | 0011111100111111111100111100011011110010111011011010000111001100 | 3f3ff3c6f2eda1cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)