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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 狄礪狄礪 | 1110000010111101111000011110100011100000101111011110000111101000 | e0bde1e8e0bde1e8 |
| EUC-JP | 狄礪狄礪 | 1110000010111111111000101110101011100000101111111110001011101010 | e0bfe2eae0bfe2ea |
| UTF-8 | 狄礪狄礪 | 111001111000101110000100111001111010010010101010111001111000101110000100111001111010010010101010 | e78b84e7a4aae78b84e7a4aa |
| UHC | 狄礪狄礪 | 1110111011011010110101011110110011101110110110101101010111101100 | eedad5eceedad5ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)