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 | 蕭勢? | 1110010101001010100100001010100000111111 | e54a90a83f |
| EUC-JP | 蕭勢? | 1110100110101011110000001010101000111111 | e9abc0aa3f |
| UTF-8 | 蕭勢뵳 | 111010001001010110101101111001011000101110100010111010111011010110110011 | e895ade58ba2ebb5b3 |
| UHC | 蕭勢뵳 | 111000011100101111100001101001111001010010110001 | e1cbe1a794b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)