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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 霑ェ蠕傳F | 1110100010111111101010101110010110111110100110010100001001000110 | e8bfaae5be994246 |
EUC-JP | 霑ェ蠕傳F | 111100001100000110001110101010101110101011000000110100011010001101000110 | f0c18eaaeac0d1a346 |
UTF-8 | 霑ェ蠕傳F | 11101001100111001001000111101111101111011010101011101000101000001001010111100101100000101011001101000110 | e99c91efbdaae8a095e582b346 |
UHC | 霑??傳F | 11101111110001010011111100111111111011101110111001000110 | efc53f3feeee46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)