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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 贖翠勧h贖 | 111001101101110010010000100010011000101010101001011010001110011011011100 | e6dc90898aa968e6dc |
EUC-JP | 贖翠勧h贖 | 111011001101111010111111111010011011010010101011011010001110110011011110 | ecdebfe9b4ab68ecde |
UTF-8 | 贖翠勧h贖 | 11101000101101001001011011100111101111111010000011100101100010111010011101101000111010001011010010010110 | e8b496e7bfa0e58ba768e8b496 |
UHC | 贖翠?h贖 | 1110000111011011111101101010100000111111011010001110000111011011 | e1dbf6a83f68e1db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)