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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 譏企、倬岑 | 111001101001100010001010111010011010010010011000111010011001101110101000 | e6988ae9a498e99ba8 |
EUC-JP | 譏企、倬岑 | 11101011111110001011010011101011100011101010010011010000111010111101011010101010 | ebf8b4eb8ea4d0ebd6aa |
UTF-8 | 譏企、倬岑 | 111010001010110110001111111001001011110010000001111011111011110110100100111001011000000010101100111001011011001010010001 | e8ad8fe4bc81efbda4e580ace5b291 |
UHC | 譏企?倬岑 | 110100011100000111010000111010100011111111110110111100001110110111010100 | d1c1d0ea3ff6f0edd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)