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 | 疫ョ? | 1000100101110101100000111000011100111111 | 897583873f |
| EUC-JP | 疫ョđ | 10110001110101101010010111100111100011111010100111000010 | b1d6a5e78fa9c2 |
| UTF-8 | 疫ョđ | 1110011110010110101010111110001110000011101001111100010010010001 | e796abe383a7c491 |
| UHC | 疫ョđ | 111001101011100110101011111001111010100110100010 | e6b9abe7a9a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)