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 | ??????@ | 00111111001111110011111100111111001111110011111101000000 | 3f3f3f3f3f3f40 |
SJIS-WIN | 猷??猷ョ?@ | 10010111010100010011111100111111100101110101000110000011100001110011111101000000 | 97513f3f975183873f40 |
EUC-JP | 猷??猷ョ?@ | 11001101101100100011111100111111110011011011001010100101111001110011111101000000 | cdb23f3fcdb2a5e73f40 |
UTF-8 | 猷띠뿄猷ョ뙳@ | 11100111100011001011011111101011100111011010000011101011101111111000010011100111100011001011011111100011100000111010011111101011100110011011001101000000 | e78cb7eb9da0ebbf84e78cb7e383a7eb99b340 |
UHC | 猷띠뿄猷ョ뙳@ | 11101011101000111011011011101100100101111000110011101011101000111010101111100111100011001011011001000000 | eba3b6ec978ceba3abe78cb640 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)