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 | IGþq | 100100100100100101000111100100011111111001110001 | 92494791fe71 |
SJIS-WIN | ?IG??q | 001111110100100101000111001111110011111101110001 | 3f49473f3f71 |
EUC-JP | ?IG?þq | 0011111101001001010001110011111110001111101010011101000001110001 | 3f49473f8fa9d071 |
UTF-8 | IGþq | 110000101001001001001001010001111100001010010001110000111011111001110001 | c2924947c291c3be71 |
UHC | ?IG?þq | 00111111010010010100011100111111101010011010110101110001 | 3f49473fa9ad71 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)