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 | ツ益 | 110000101000100101110110 | c28976 |
EUC-JP | ツ益 | 10001110110000101011000111010111 | 8ec2b1d7 |
UTF-8 | ツ益 | 111011111011111010000010111001111001101110001010 | efbe82e79b8a |
UHC | ?益 | 001111111110110011001100 | 3feccc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)