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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 琥?滸 | 1110000011100110001111111001111111110101 | e0e63f9ff5 |
| EUC-JP | 琥?滸 | 1110000011101000001111111101111011110111 | e0e83fdef7 |
| UTF-8 | 琥렡滸 | 111001111001000010100101111010111010000010100001111001101011101110111000 | e790a5eba0a1e6bbb8 |
| UHC | 琥렡滸 | 111110111101000010001110101100101111101111001010 | fbd08eb2fbca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)