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 | ?善 | 001111111001000101010000 | 3f9150 |
EUC-JP | ?善 | 001111111100000110110001 | 3fc1b1 |
UTF-8 | 뤶善 | 111010111010010010110110111001011001011010000100 | eba4b6e59684 |
UHC | 뤶善 | 10001111111001001110000010111100 | 8fe4e0bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)