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??Q] | 001111110101000100111111001111110101000101011101 | 3f513f3f515d |
SJIS-WIN | ?Q??Q] | 001111110101000100111111001111110101000101011101 | 3f513f3f515d |
EUC-JP | ?Q??Q] | 001111110101000100111111001111110101000101011101 | 3f513f3f515d |
UTF-8 | 혡Q혣횚Q] | 111011011001100010100001010100011110110110011000101000111110110110011010100110100101000101011101 | ed98a151ed98a3ed9a9a515d |
UHC | 혡Q혣횚Q] | 110000101000101001010001110000101000110011000011100101000101000101011101 | c28a51c28cc394515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)