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 | 100101110100111110011010010000101001011101001111100110100100001001000010 | 974f9a42974f9a4242 |
EUC-JP | 涌咤涌咤B | 110011011011000011010011101000111100110110110000110100111010001101000010 | cdb0d3a3cdb0d3a342 |
UTF-8 | 涌咤涌咤B | 11100110101101101000110011100101100100101010010011100110101101101000110011100101100100101010010001000010 | e6b68ce592a4e6b68ce592a442 |
UHC | 涌咤涌咤B | 111010011011111111110110111000111110100110111111111101101110001101000010 | e9bff6e3e9bff6e342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)