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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 域??逸 | 100010001110011000111111001111111000100011101101 | 88e63f3f88ed |
| EUC-JP | 域??逸 | 101100001110100000111111001111111011000011101111 | b0e83f3fb0ef |
| UTF-8 | 域띕벨逸 | 111001011001111110011111111010111001110110010101111010111011001010101000111010011000000010111000 | e59f9feb9d95ebb2a8e980b8 |
| UHC | 域띕벨逸 | 1110011010110100101101101110101110111010101001111110110011101111 | e6b4b6ebbaa7ecef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)