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 | 譏ア闢第擴 | 111001101001100010110001111010001001001110010001111001101001110110110000 | e698b1e89391e69db0 |
EUC-JP | 譏ア闢第擴 | 11101011111110001000111010110001111011111111001111000010111010001101101010110010 | ebf88eb1eff3c2e8dab2 |
UTF-8 | 譏ア闢第擴 | 111010001010110110001111111011111011110110110001111010011001011110100010111001111010110010101100111001101001001110110100 | e8ad8fefbdb1e997a2e7acace693b4 |
UHC | 譏?闢第擴 | 110100011100000100111111110111001010001111110000101011111111110010101010 | d1c13fdca3f0affcaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)