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 | 蔭?? | 10001000111111000011111100111111 | 88fc3f3f |
| EUC-JP | 蔭?? | 10110000111111100011111100111111 | b0fe3f3f |
| UTF-8 | 蔭붿꽭 | 111010001001010010101101111010111011011010111111111010101011110110101101 | e894adebb6bfeabdad |
| UHC | 蔭붿꽭 | 111010111110001110010100111011001000010010111000 | ebe394ec84b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)