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?LBU | 001111110101000100111111010011000100001001010101 | 3f513f4c4255 |
SJIS-WIN | ?Q?LBU | 001111110101000100111111010011000100001001010101 | 3f513f4c4255 |
EUC-JP | ?Q?LBU | 001111110101000100111111010011000100001001010101 | 3f513f4c4255 |
UTF-8 | 혪Q혪LBU | 11101101100110001010101001010001111011011001100010101010010011000100001001010101 | ed98aa51ed98aa4c4255 |
UHC | 혪Q혪LBU | 1100001010010010010100011100001010010010010011000100001001010101 | c29251c2924c4255 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)