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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 咤涌咤涌B | 100110100100001010010111010011111001101001000010100101110100111101000010 | 9a42974f9a42974f42 |
EUC-JP | 咤涌咤涌B | 110100111010001111001101101100001101001110100011110011011011000001000010 | d3a3cdb0d3a3cdb042 |
UTF-8 | 咤涌咤涌B | 11100101100100101010010011100110101101101000110011100101100100101010010011100110101101101000110001000010 | e592a4e6b68ce592a4e6b68c42 |
UHC | 咤涌咤涌B | 111101101110001111101001101111111111011011100011111010011011111101000010 | f6e3e9bff6e3e9bf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)