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 | 治酌セォ捨 | 1000111010100001100011101101111010111110101010111000111011001100 | 8ea18edebeab8ecc |
| EUC-JP | 治酌セォ捨 | 10111100101000111011110011100000100011101011111010001110101010111011110011001110 | bca3bce08ebe8eabbcce |
| UTF-8 | 治酌セォ捨 | 111001101011001010111011111010011000010110001100111011111011110110111110111011111011110110101011111001101000110110101000 | e6b2bbe9858cefbdbeefbdabe68da8 |
| UHC | 治酌??捨 | 1111011010111101111011011100110000111111001111111101111011010111 | f6bdedcc3f3fded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)