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 | ????M | 0011111100111111001111110011111101001101 | 3f3f3f3f4d |
SJIS-WIN | 篠ツト嫉M | 10001110110000101100001011000100100011101011100101001101 | 8ec2c2c48eb94d |
EUC-JP | 篠ツト嫉M | 101111001100010010001110110000101000111011000100101111001011101101001101 | bcc48ec28ec4bcbb4d |
UTF-8 | 篠ツト嫉M | 11100111101011111010000011101111101111101000001011101111101111101000010011100101101010111000100101001101 | e7afa0efbe82efbe84e5ab894d |
UHC | 篠??嫉M | 11100001110001100011111100111111111100101110110001001101 | e1c63f3ff2ec4d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)