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 | 隘樣亂 | 111010001010010110011110111010011001100010101010 | e8a59ee998aa |
| EUC-JP | 隘樣亂 | 111100001010011111011100111010111101000010101100 | f0a7dcebd0ac |
| UTF-8 | 隘樣亂 | 111010011001101010011000111001101010100010100011111001001011101010000010 | e99a98e6a8a3e4ba82 |
| UHC | 隘樣亂 | 111001001111011011100101110001101101010110101111 | e4f6e5c6d5af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)