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 | 11111011100111101010001001010111 | fb9ea257 |
SJIS-WIN | ??¢W | 0011111100111111100000011001000101010111 | 3f3f819157 |
EUC-JP | û?¢W | 10001111101010111110010100111111101000011111000101010111 | 8fabe53fa1f157 |
UTF-8 | û¢W | 11000011101110111100001010011110110000101010001001010111 | c3bbc29ec2a257 |
UHC | ???W | 00111111001111110011111101010111 | 3f3f3f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)