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 | 訝??荏? | 11100110011000100011111100111111100010010110000000111111 | e6623f3f89603f |
| EUC-JP | 訝??荏? | 11101011110000110011111100111111101100011100000100111111 | ebc33f3fb1c13f |
| UTF-8 | 訝밧틲荏잹 | 111010001010100010011101111010111011000010100111111011011000101110110010111010001000110110001111111011001001111010111001 | e8a89debb0a7ed8bb2e88d8fec9eb9 |
| UHC | 訝밧틲荏잹 | 11100100101110001011100111100101101110101001101011101100111110111010000001000010 | e4b8b9e5ba9aecfba042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)