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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?振 | 001111111001000001010101 | 3f9055 |
EUC-JP | ?振 | 001111111011111110110110 | 3fbfb6 |
UTF-8 | 뤫振 | 111010111010010010101011111001101000110010101111 | eba4abe68caf |
UHC | 뤫振 | 10001111110110011111001011001001 | 8fd9f2c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)