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 | ???@] | 0011111100111111001111110100000001011101 | 3f3f3f405d |
SJIS-WIN | 馭??@] | 111010010110011000111111001111110100000001011101 | e9663f3f405d |
EUC-JP | 馭??@] | 111100011100011100111111001111110100000001011101 | f1c73f3f405d |
UTF-8 | 馭곸엡@] | 1110100110100110101011011110101010110011101110001110110010010111101000010100000001011101 | e9a6adeab3b8ec97a1405d |
UHC | 馭곸엡@] | 1110010111011111100000011110110010111111101001100100000001011101 | e5df81ecbfa6405d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)