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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??漬? | 0011111100111111100100101101000000111111 | 3f3f92d03f |
EUC-JP | ??漬? | 0011111100111111110001001101001000111111 | 3f3fc4d23f |
UTF-8 | 綎렲漬렚 | 111001111011011010001110111010111010000010110010111001101011110010101100111010111010000010011010 | e7b68eeba0b2e6bcaceba09a |
UHC | 綎렲漬렚 | 1110111111110010100011101011111111110010101100001000111010101101 | eff28ebff2b08ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)