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] | 00111111011010010101000101011101 | 3f69515d |
SJIS-WIN | 娥iQ] | 1001101101001101011010010101000101011101 | 9b4d69515d |
EUC-JP | 娥iQ] | 1101010110101110011010010101000101011101 | d5ae69515d |
UTF-8 | 娥iQ] | 111001011010100010100101011010010101000101011101 | e5a8a569515d |
UHC | 娥iQ] | 1110010010110000011010010101000101011101 | e4b069515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)