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 | 巽揃息 | 100100100100011010010001101101011001000110100111 | 924691b591a7 |
| EUC-JP | 巽揃息 | 110000111010011111000010101101111100001010101001 | c3a7c2b7c2a9 |
| UTF-8 | 巽揃息 | 111001011011011110111101111001101000111110000011111001101000000110101111 | e5b7bde68f83e681af |
| UHC | 巽?息 | 1110000111011110001111111110001111010011 | e1de3fe3d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)