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 | 佚?鬱?至 | 1001100011000011001111111001111101010100001111111000111010001010 | 98c33f9f543f8e8a |
EUC-JP | 佚?鬱?至 | 1101000011000101001111111101110110110101001111111011101111101010 | d0c53fddb53fbbea |
UTF-8 | 佚렠鬱렠至 | 111001001011110110011010111010111010000010100000111010011010110010110001111010111010000010100000111010001000011110110011 | e4bd9aeba0a0e9acb1eba0a0e887b3 |
UHC | 佚렠鬱렠至 | 11101100111010101000111010110001111010101010011010001110101100011111001010111000 | ecea8eb1eaa68eb1f2b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)