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 | 壬?? | 10010000011100000011111100111111 | 90703f3f |
| EUC-JP | 壬?? | 10111111110100010011111100111111 | bfd13f3f |
| UTF-8 | 壬얹렱 | 111001011010001110101100111011001001011010111001111010111010000010110001 | e5a3acec96b9eba0b1 |
| UHC | 壬얹렱 | 111011001111001110111110111100011000111010111110 | ecf3bef18ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)