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 | ??WSB | 0011111100111111010101110101001101000010 | 3f3f575342 |
SJIS-WIN | 偲治WSB | 10001110110000111000111010100001010101110101001101000010 | 8ec38ea1575342 |
EUC-JP | 偲治WSB | 10111100110001011011110010100011010101110101001101000010 | bcc5bca3575342 |
UTF-8 | 偲治WSB | 111001011000000110110010111001101011001010111011010101110101001101000010 | e581b2e6b2bb575342 |
UHC | ?治WSB | 001111111111011010111101010101110101001101000010 | 3ff6bd575342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)