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 | 悌?臍 | 1001001011101110001111111110010001100000 | 92ee3fe460 |
| EUC-JP | 悌?臍 | 1100010011110000001111111110011111000001 | c4f03fe7c1 |
| UTF-8 | 悌렦臍 | 111001101000001010001100111010111010000010100110111010001000011110001101 | e6828ceba0a6e8878d |
| UHC | 悌렦臍 | 111100001010101010001110101101011111000010110000 | f0aa8eb5f0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)