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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 壬??斑? | 10010000011100000011111100111111100101001100000100111111 | 90703f3f94c13f |
| EUC-JP | 壬??斑? | 10111111110100010011111100111111110010001100001100111111 | bfd13f3fc8c33f |
| UTF-8 | 壬얹렱斑롚 | 111001011010001110101100111011001001011010111001111010111010000010110001111001101001011010010001111010111010000110011010 | e5a3acec96b9eba0b1e69691eba19a |
| UHC | 壬얹렱斑롚 | 11101100111100111011111011110001100011101011111011011010111010001000111011011110 | ecf3bef18ebedae88ede |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)