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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霑ェ諛肴牒 | 111010001011111110101010111001101000011110001101111001101001001010101011 | e8bfaae6878de692ab |
EUC-JP | 霑ェ諛肴牒 | 11110000110000011000111010101010111010111110011110111010111010001100010010101101 | f0c18eaaebe7bae8c4ad |
UTF-8 | 霑ェ諛肴牒 | 111010011001110010010001111011111011110110101010111010001010101110011011111010001000001010110100111001111000100110010010 | e99c91efbdaae8ab9be882b4e78992 |
UHC | 霑?諛肴牒 | 111011111100010100111111111010111011000011111101101000101111010011100000 | efc53febb0fda2f4e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)