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 | 佚?鬱?存 | 1001100011000011001111111001111101010100001111111001000110110110 | 98c33f9f543f91b6 |
EUC-JP | 佚?鬱?存 | 1101000011000101001111111101110110110101001111111100001010111000 | d0c53fddb53fc2b8 |
UTF-8 | 佚렠鬱렠存 | 111001001011110110011010111010111010000010100000111010011010110010110001111010111010000010100000111001011010110110011000 | e4bd9aeba0a0e9acb1eba0a0e5ad98 |
UHC | 佚렠鬱렠存 | 11101100111010101000111010110001111010101010011010001110101100011111000011101101 | ecea8eb1eaa68eb1f0ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)