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 | 艪癢硴裂瞭 | 11100100100000101110000110011000111000011110101110010111111101001001011111000100 | e482e198e1eb97f497c4 |
| EUC-JP | 艪癢硴裂瞭 | 11100111111000101110000111111000111000101110110111001110111101101100111011000110 | e7e2e1f8e2edcef6cec6 |
| UTF-8 | 艪癢硴裂瞭 | 111010001000100110101010111001111001100110100010111001111010000110110100111010001010001110000010111001111001111010101101 | e889aae799a2e7a1b4e8a382e79ead |
| UHC | ???裂瞭 | 00111111001111110011111111010110101011101101011011111100 | 3f3f3fd6aed6fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)