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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 涇、霆クh | 11111010111110111010010011101000101110111011100001101000 | fafba4e8bbb868 |
EUC-JP | 涇、霆クh | 10001111110001111100011110001110101001001111000010111101100011101011100001101000 | 8fc7c78ea4f0bd8eb868 |
UTF-8 | 涇、霆クh | 11100110101101101000011111101111101111011010010011101001100111001000011011101111101111011011100001101000 | e6b687efbda4e99c86efbdb868 |
UHC | 涇?霆?h | 11001100110111000011111111101111111111010011111101101000 | ccdc3feffd3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)