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 | ?Q?Q | 00111111010100010011111101010001 | 3f513f51 |
SJIS-WIN | 涌Q咤Q | 100101110100111101010001100110100100001001010001 | 974f519a4251 |
EUC-JP | 涌Q咤Q | 110011011011000001010001110100111010001101010001 | cdb051d3a351 |
UTF-8 | 涌Q咤Q | 1110011010110110100011000101000111100101100100101010010001010001 | e6b68c51e592a451 |
UHC | 涌Q咤Q | 111010011011111101010001111101101110001101010001 | e9bf51f6e351 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)