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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 蠍願鹸^ | 11100101101101101000101011101000100011001011001001011110 | e5b68ae88cb25e |
EUC-JP | 蠍願鹸^ | 11101010101110001011010011101010101110001011010001011110 | eab8b4eab8b45e |
UTF-8 | 蠍願鹸^ | 11101000101000001000110111101001101000011001100011101001101110011011100001011110 | e8a08de9a198e9b9b85e |
UHC | ?願?^ | 0011111111101010110000110011111101011110 | 3feac33f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)