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 | ???@ | 00111111001111110011111101000000 | 3f3f3f40 |
| SJIS-WIN | 菽??@ | 1110010011000001001111110011111101000000 | e4c13f3f40 |
| EUC-JP | 菽??@ | 1110100011000011001111110011111101000000 | e8c33f3f40 |
| UTF-8 | 菽됧궦@ | 11101000100011111011110111101011100100001010011111101010101101101010011001000000 | e88fbdeb90a7eab6a640 |
| UHC | 菽됧궦@ | 11100010110111011000100111100101100000101011100001000000 | e2dd89e582b840 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)