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 | ûW§ | 11111011010101111000111010100111 | fb578ea7 |
SJIS-WIN | ?W?§ | 0011111101010111001111111000000110011000 | 3f573f8198 |
EUC-JP | ûW?§ | 10001111101010111110010101010111001111111010000111111000 | 8fabe5573fa1f8 |
UTF-8 | ûW§ | 11000011101110110101011111000010100011101100001010100111 | c3bb57c28ec2a7 |
UHC | ?W?§ | 0011111101010111001111111010000111010111 | 3f573fa1d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)