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 | ?Q? | 001111110101000100111111 | 3f513f |
SJIS-WIN | 短Q袖 | 1001001001011010010100011001000110110011 | 925a5191b3 |
EUC-JP | 短Q袖 | 1100001110111011010100011100001010110101 | c3bb51c2b5 |
UTF-8 | 短Q袖 | 11100111100111111010110101010001111010001010001010010110 | e79fad51e8a296 |
UHC | 短Q袖 | 1101001110101101010100011110001011000000 | d3ad51e2c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)