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 | ë© g\ | 1110101110101001101000000110011101011100 | eba9a0675c |
SJIS-WIN | ???g\ | 0011111100111111001111110110011101011100 | 3f3f3f675c |
EUC-JP | ë©?g\ | 100011111010101110110011100011111010001011101101001111110110011101011100 | 8fabb38fa2ed3f675c |
UTF-8 | ë© g\ | 1100001110101011110000101010100111000010101000000110011101011100 | c3abc2a9c2a0675c |
UHC | ???g\ | 0011111100111111001111110110011101011100 | 3f3f3f675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)