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 | ???游? | 001111110011111100111111100111111110000000111111 | 3f3f3f9fe03f |
| EUC-JP | ???游? | 001111110011111100111111110111101110001000111111 | 3f3f3fdee23f |
| UTF-8 | 閱뤿툙游⑴ | 111010011001011010110001111010111010010010111111111011011000100010011001111001101011100010111000111000101001000110110100 | e996b1eba4bfed8899e6b8b8e291b4 |
| UHC | 閱뤿툙游⑴ | 11100110111100111000111111101011101110001001000011101010111111011010100111100111 | e6f38febb890eafda9e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)