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 | ?TSB | 00111111010101000101001101000010 | 3f545342 |
SJIS-WIN | 但TSB | 1001001001000001010101000101001101000010 | 9241545342 |
EUC-JP | 但TSB | 1100001110100010010101000101001101000010 | c3a2545342 |
UTF-8 | 但TSB | 111001001011110110000110010101000101001101000010 | e4bd86545342 |
UHC | 但TSB | 1101001110100011010101000101001101000010 | d3a3545342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)