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 | ?捧 | 001111111001010111111001 | 3f95f9 |
EUC-JP | 珩捧 | 1000111111001011111101111100101011111011 | 8fcbf7cafb |
UTF-8 | 珩捧 | 111001111000111110101001111001101000110110100111 | e78fa9e68da7 |
UHC | 珩捧 | 11111011101010001101110011101001 | fba8dce9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)