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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 渽淚렪띌렓累렓 | 111001101011100010111101111011111010010110001101111010111010000010101010111010111001110110001100111010111010000010010011111011111010010110001111111010111010000010010011 | e6b8bdefa58deba0aaeb9d8ceba093efa58feba093 |
UHC | 渽淚렪띌렓累렓 | 1110111010101010110100101110011110001110101110001011011011101001100011101010100011010010111010011000111010101000 | eeaad2e78eb8b6e98ea8d2e98ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)