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 | ?vQ] | 00111111011101100101000101011101 | 3f76515d |
SJIS-WIN | 巽vQ] | 1001001001000110011101100101000101011101 | 924676515d |
EUC-JP | 巽vQ] | 1100001110100111011101100101000101011101 | c3a776515d |
UTF-8 | 巽vQ] | 111001011011011110111101011101100101000101011101 | e5b7bd76515d |
UHC | 巽vQ] | 1110000111011110011101100101000101011101 | e1de76515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)