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 | ??????I | 00111111001111110011111100111111001111110011111101001001 | 3f3f3f3f3f3f49 |
SJIS-WIN | ??????I | 00111111001111110011111100111111001111110011111101001001 | 3f3f3f3f3f3f49 |
EUC-JP | ??????I | 00111111001111110011111100111111001111110011111101001001 | 3f3f3f3f3f3f49 |
UTF-8 | 혧횦첬혦짠청I | 11101101100110001010011111101101100110101010011011101100101100101010110011101101100110001010011011101100101001111010000011101100101100101010110101001001 | ed98a7ed9aa6ecb2aced98a6eca7a0ecb2ad49 |
UHC | 혧횦첬혦짠청I | 11000010100011111100001110011101110000111011101011000010100011101100001010100111110000111011101101001001 | c28fc39dc3bac28ec2a7c3bb49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)