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 | ?潔 | 001111111000110010001001 | 3f8c89 |
EUC-JP | ?潔 | 001111111011011111101001 | 3fb7e9 |
UTF-8 | 뷜潔 | 111010111011011110011100111001101011110110010100 | ebb79ce6bd94 |
UHC | 뷜潔 | 10111010111000101100110010111110 | bae2ccbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)