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 | 邁楢試讒「 | 111001111011000010010011111010001000111010001110111001101010011110100010 | e7b093e88e8ee6a7a2 |
| EUC-JP | 邁楢試讒「 | 11101110101100101100011011101010101110111110111011101100101010011000111010100010 | eeb2c6eabbeeeca98ea2 |
| UTF-8 | 邁楢試讒「 | 111010011000001010000001111001101010010110100010111010001010100110100110111010001010111010010010111011111011110110100010 | e98281e6a5a2e8a9a6e8ae92efbda2 |
| UHC | 邁楢試讒? | 110110001110010011101010111110011110001111001011111100111101100000111111 | d8e4eaf9e3cbf3d83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)