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 | ??iQ] | 0011111100111111011010010101000101011101 | 3f3f69515d |
SJIS-WIN | 隱ェiQ] | 111010001010101010101010011010010101000101011101 | e8aaaa69515d |
EUC-JP | 隱ェiQ] | 11110000101011001000111010101010011010010101000101011101 | f0ac8eaa69515d |
UTF-8 | 隱ェiQ] | 111010011001101010110001111011111011110110101010011010010101000101011101 | e99ab1efbdaa69515d |
UHC | 隱?iQ] | 111010111101111100111111011010010101000101011101 | ebdf3f69515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)