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 | 邁誹瞳薰ュ | 111001111011000010010100111011101001001110110101111110111001111010101101 | e7b094ee93b5fb9ead |
| EUC-JP | 邁誹瞳?ュ | 111011101011001011001000111100001100011010110111001111111000111010101101 | eeb2c8f0c6b73f8ead |
| UTF-8 | 邁誹瞳薰ュ | 111010011000001010000001111010001010101010111001111001111001111010110011111010001001011010110000111011111011110110101101 | e98281e8aab9e79eb3e896b0efbdad |
| UHC | 邁誹瞳薰? | 110110001110010011011110101001101101010011011010111111011011100100111111 | d8e4dea6d4dafdb93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)