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 | ????L | 0011111100111111001111110011111101001100 | 3f3f3f3f4c |
SJIS-WIN | 篠ツト鴫L | 10001110110000101100001011000100100011101011000001001100 | 8ec2c2c48eb04c |
EUC-JP | 篠ツト鴫L | 101111001100010010001110110000101000111011000100101111001011001001001100 | bcc48ec28ec4bcb24c |
UTF-8 | 篠ツト鴫L | 11100111101011111010000011101111101111101000001011101111101111101000010011101001101101001010101101001100 | e7afa0efbe82efbe84e9b4ab4c |
UHC | 篠???L | 111000011100011000111111001111110011111101001100 | e1c63f3f3f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)