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? | 001111110100000100111111 | 3f413f |
SJIS-WIN | 涌A咤 | 1001011101001111010000011001101001000010 | 974f419a42 |
EUC-JP | 涌A咤 | 1100110110110000010000011101001110100011 | cdb041d3a3 |
UTF-8 | 涌A咤 | 11100110101101101000110001000001111001011001001010100100 | e6b68c41e592a4 |
UHC | 涌A咤 | 1110100110111111010000011111011011100011 | e9bf41f6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)