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 | ÷®öÎ | 11110111101011101111011011001110 | f7aef6ce |
| SJIS-WIN | ÷??? | 1000000110000000001111110011111100111111 | 81803f3f3f |
| EUC-JP | ÷®öÎ | 1010000111100000100011111010001011101110100011111010101111010011100011111010101011000010 | a1e08fa2ee8fabd38faac2 |
| UTF-8 | ÷®öÎ | 1100001110110111110000101010111011000011101101101100001110001110 | c3b7c2aec3b6c38e |
| UHC | ÷®?? | 101000011100000010100010111001110011111100111111 | a1c0a2e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)