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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 賊?倚Ζ^ | 1001000110101111001111111001100011011111100000111010010001011110 | 91af3f98df83a45e |
EUC-JP | 賊?倚Ζ^ | 1100001010110001001111111101000011100001101001101010011001011110 | c2b13fd0e1a6a65e |
UTF-8 | 賊렠倚Ζ^ | 111010001011001110001010111010111010000010100000111001011000000010011010110011101001011001011110 | e8b38aeba0a0e5809ace965e |
UHC | 賊렠倚Ζ^ | 111011101110010010001110101100011110101111101111101001011100011001011110 | eee48eb1ebefa5c65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)