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 | 斃犹猶^ | 10011101110010111110000010111001100101110101000001011110 | 9dcbe0b997505e |
EUC-JP | 斃犹猶^ | 11011010110011011110000010111011110011011011000101011110 | dacde0bbcdb15e |
UTF-8 | 斃犹猶^ | 11100110100101101000001111100111100010101011100111100111100011001011011001011110 | e69683e78ab9e78cb65e |
UHC | 斃?猶^ | 111110001100101000111111111010111010001001011110 | f8ca3feba25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)