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 | êTQ] | 11101010010101000101000101011101 | ea54515d |
SJIS-WIN | ?TQ] | 00111111010101000101000101011101 | 3f54515d |
EUC-JP | êTQ] | 100011111010101110110100010101000101000101011101 | 8fabb454515d |
UTF-8 | êTQ] | 1100001110101010010101000101000101011101 | c3aa54515d |
UHC | ?TQ] | 00111111010101000101000101011101 | 3f54515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)