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 | ϳ@~ | 11001111101100110100000001111110 | cfb3407e |
SJIS-WIN | ??@~ | 00111111001111110100000001111110 | 3f3f407e |
EUC-JP | Ï?@~ | 100011111010101011000001001111110100000001111110 | 8faac13f407e |
UTF-8 | ϳ@~ | 110000111000111111000010101100110100000001111110 | c38fc2b3407e |
UHC | ?³@~ | 0011111110101001111110000100000001111110 | 3fa9f8407e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)