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 | âTY | 111000100101010001011001 | e25459 |
SJIS-WIN | ?TY | 001111110101010001011001 | 3f5459 |
EUC-JP | âTY | 1000111110101011101001000101010001011001 | 8faba45459 |
UTF-8 | âTY | 11000011101000100101010001011001 | c3a25459 |
UHC | ?TY | 001111110101010001011001 | 3f5459 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)