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 | 髯」邯ャ蛟 | 1110100110011001101000111110011110110110101011001110010110000000 | e999a3e7b6ace580 |
| EUC-JP | 髯」邯ャ蛟 | 11110001111110011000111010100011111011101011100010001110101011001110100111100000 | f1f98ea3eeb88eace9e0 |
| UTF-8 | 髯」邯ャ蛟 | 111010011010101110101111111011111011110110100011111010011000001010101111111011111011110110101100111010001001101110011111 | e9abafefbda3e982afefbdace89b9f |
| UHC | ??邯?蛟 | 00111111001111111100101011111011001111111100111011110001 | 3f3fcafb3fcef1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)