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 | 獐捧 | 1000111111001011101110101100101011111011 | 8fcbbacafb |
UTF-8 | 獐捧 | 111001111000110110010000111001101000110110100111 | e78d90e68da7 |
UHC | 獐捧 | 11101101111011111101110011101001 | edefdce9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)