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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 迯サ闥溯桃\ | 11100111100011011011101111101000100100101001111111101000100100111000110101011100 | e78dbbe8929fe8938d5c |
EUC-JP | 迯サ闥溯桃\ | 1110110111101101100011101011101111101111111100101101111011101010110001011110110101011100 | eded8ebbeff2deeac5ed5c |
UTF-8 | 迯サ闥溯桃\ | 11101000101111111010111111101111101111011011101111101001100101111010010111100110101110101010111111100110101000011000001101011100 | e8bfafefbdbbe997a5e6baafe6a1835c |
UHC | ???溯桃\ | 0011111100111111001111111110000110111101110100111111111001011100 | 3f3f3fe1bdd3fe5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)