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?AQ | 001111110100000001010001001111110100000101010001 | 3f40513f4151 |
SJIS-WIN | ?@Q?AQ | 001111110100000001010001001111110100000101010001 | 3f40513f4151 |
EUC-JP | ?@Q?AQ | 001111110100000001010001001111110100000101010001 | 3f40513f4151 |
UTF-8 | 혪@Q혪AQ | 11101101100110001010101001000000010100011110110110011000101010100100000101010001 | ed98aa4051ed98aa4151 |
UHC | 혪@Q혪AQ | 1100001010010010010000000101000111000010100100100100000101010001 | c2924051c2924151 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)