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 | 薑常従 | 111001010100011110001111111011011000111101011101 | e5478fed8f5d |
| EUC-JP | 薑常従 | 111010011010100010111110111011111011110110111110 | e9a8beefbdbe |
| UTF-8 | 薑常従 | 111010001001011010010001111001011011100010111000111001011011111010010011 | e89691e5b8b8e5be93 |
| UHC | 薑常? | 1100101110111001110111111100100000111111 | cbb9dfc83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)