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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 癒??癒??\ | 100101101111110000111111001111111001011011111100001111110011111101011100 | 96fc3f3f96fc3f3f5c |
EUC-JP | 癒??癒??\ | 110011001111111000111111001111111100110011111110001111110011111101011100 | ccfe3f3fccfe3f3f5c |
UTF-8 | 癒얍뭏癒얍뭏\ | 11100111100110011001001011101100100101101000110111101011101011011000111111100111100110011001001011101100100101101000110111101011101011011000111101011100 | e79992ec968debad8fe79992ec968debad8f5c |
UHC | 癒얍뭏癒얍뭏\ | 11101011101010001011111011100101101110011011100011101011101010001011111011100101101110011011100001011100 | eba8bee5b9b8eba8bee5b9b85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)