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 | 題?證?神 | 1001000111101000001111111110011010011010001111111001000001011111 | 91e83fe69a3f905f |
EUC-JP | 題?證?神 | 1100001011101010001111111110101111111010001111111011111111000000 | c2ea3febfa3fbfc0 |
UTF-8 | 題렍證렧神 | 111010011010000110001100111010111010000010001101111010001010110110001001111010111010000010100111111001111010010110011110 | e9a18ceba08de8ad89eba0a7e7a59e |
UHC | 題렍證렧神 | 11110000101110011000111010100011111100011111101110001110101101101110001111101010 | f0b98ea3f1fb8eb6e3ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)