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 | íõ¯»Ð | 11101101111101011000111010101111100011111011101111010000 | edf58eaf8fbbd0 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | íõ?¯??? | 10001111101010111011111110001111101010111101100000111111100011111010001010110100001111110011111100111111 | 8fabbf8fabd83f8fa2b43f3f3f |
UTF-8 | íõ¯»Ð | 1100001110101101110000111011010111000010100011101100001010101111110000101000111111000010101110111100001110010000 | c3adc3b5c28ec2afc28fc2bbc390 |
UHC | ??????Ð | 0011111100111111001111110011111100111111001111111010100010100010 | 3f3f3f3f3f3fa8a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)