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 | 巍?槽 | 1001101111011001001111111001000110000101 | 9bd93f9185 |
| EUC-JP | 巍?槽 | 1101011011011011001111111100000111100101 | d6db3fc1e5 |
| UTF-8 | 巍소槽 | 111001011011011110001101111011001000011010001100111001101010011110111101 | e5b78dec868ce6a7bd |
| UHC | 巍소槽 | 111010001110010010111100110100101111000011001011 | e8e4bcd2f0cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)