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 | ?T]H | 00111111010101000101110101001000 | 3f545d48 |
SJIS-WIN | 叩T]H | 1001001001000000010101000101110101001000 | 9240545d48 |
EUC-JP | 叩T]H | 1100001110100001010101000101110101001000 | c3a1545d48 |
UTF-8 | 叩T]H | 111001011000111110101001010101000101110101001000 | e58fa9545d48 |
UHC | 叩T]H | 1100110110110000010101000101110101001000 | cdb0545d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)