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 | 瀛?? | 11100000011010010011111100111111 | e0693f3f |
| EUC-JP | 瀛?? | 11011111110010100011111100111111 | dfca3f3f |
| UTF-8 | 瀛귦뢅 | 111001111000000010011011111010101011011110100110111010111010001010000101 | e7809beab7a6eba285 |
| UHC | 瀛귦뢅 | 111001111011101010000010111011011000111101000001 | e7ba82ed8f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)