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 | ??第矜? | 00111111001111111001000111100110111000011110000000111111 | 3f3f91e6e1e03f |
| EUC-JP | ??第矜? | 00111111001111111100001011101000111000101110001000111111 | 3f3fc2e8e2e23f |
| UTF-8 | 麟렱第矜裏 | 111011111010011110110011111010111010000010110001111001111010110010101100111001111001111110011100111011111010011110100111 | efa7b3eba0b1e7acace79f9cefa7a7 |
| UHC | 麟렱第矜裏 | 11101100111010001000111010111110111100001010111111010000111010001110110011000000 | ece88ebef0afd0e8ecc0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)