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 | 薑常洲 | 111001010100011110001111111011011000111101000110 | e5478fed8f46 |
| EUC-JP | 薑常洲 | 111010011010100010111110111011111011110110100111 | e9a8beefbda7 |
| UTF-8 | 薑常洲 | 111010001001011010010001111001011011100010111000111001101011010010110010 | e89691e5b8b8e6b4b2 |
| UHC | 薑常洲 | 110010111011100111011111110010001111000110111101 | cbb9dfc8f1bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)