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] | 111001111001101010110000011010010101000101011101 | e79ab069515d |
SJIS-WIN | ??°iQ] | 00111111001111111000000110001011011010010101000101011101 | 3f3f818b69515d |
EUC-JP | ç?°iQ] | 100011111010101110101110001111111010000111101011011010010101000101011101 | 8fabae3fa1eb69515d |
UTF-8 | ç°iQ] | 110000111010011111000010100110101100001010110000011010010101000101011101 | c3a7c29ac2b069515d |
UHC | ??°iQ] | 00111111001111111010000111000110011010010101000101011101 | 3f3fa1c669515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)