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 | 蒸麥? | 1000111111110110111010100110110100111111 | 8ff6ea6d3f |
| EUC-JP | 蒸麥? | 1011111011111000111100111100111000111111 | bef8f3ce3f |
| UTF-8 | 蒸麥땍 | 111010001001001010111000111010011011101010100101111010111001010110001101 | e892b8e9baa5eb958d |
| UHC | 蒸麥땍 | 111100011111101011011000111010101011011010101000 | f1fad8eab6a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)