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 | ???A? | 0011111100111111001111110100000100111111 | 3f3f3f413f |
SJIS-WIN | 獸猾猩A籖 | 111000001101011111100000110011111110000011001101010000011110001011011101 | e0d7e0cfe0cd41e2dd |
EUC-JP | 獸猾猩A籖 | 111000001101100111100000110100011110000011001111010000011110010011011111 | e0d9e0d1e0cf41e4df |
UTF-8 | 獸猾猩A籖 | 11100111100011011011100011100111100011001011111011100111100011001010100101000001111001111011000110010110 | e78db8e78cbee78ca941e7b196 |
UHC | 獸猾猩A? | 1110001010101110111111001100001011100000111110100100000100111111 | e2aefcc2e0fa413f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)