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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 淨?窪校?F | 100111111100010000111111100011000100010110001101010110100011111101000110 | 9fc43f8c458d5a3f46 |
EUC-JP | 淨?窪校汶F | 1101111011000110001111111011011110100110101110011011101110001111110001101110010101000110 | dec63fb7a6b9bb8fc6e546 |
UTF-8 | 淨렠窪校汶F | 11100110101101111010100011101011101000001010000011100111101010101010101011100110101000001010000111100110101100011011011001000110 | e6b7a8eba0a0e7aaaae6a0a1e6b1b646 |
UHC | 淨렠窪校汶F | 1110111111100100100011101011000111101000110000011100111011101000110110101010000101000110 | efe48eb1e8c1cee8daa146 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)