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 | ???u^ | 0011111100111111001111110111010101011110 | 3f3f3f755e |
| SJIS-WIN | 蔗種襲u^ | 1110010011110010100011101110110110001111010100000111010101011110 | e4f28eed8f50755e |
| EUC-JP | 蔗種襲u^ | 1110100011110100101111001110111110111101101100010111010101011110 | e8f4bcefbdb1755e |
| UTF-8 | 蔗種襲u^ | 1110100010010100100101111110011110101000101011101110100010100101101100100111010101011110 | e89497e7a8aee8a5b2755e |
| UHC | 蔗種襲u^ | 1110110110111101111100001111101011100011101010010111010101011110 | edbdf0fae3a9755e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)