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 | 1110100110101110101101001110100110111011100110010100001001000110 | e9aeb4e9bb994246 |
EUC-JP | 魄エ鮟傳F | 111100101011000010001110101101001111001010111101110100011010001101000110 | f2b08eb4f2bdd1a346 |
UTF-8 | 魄エ鮟傳F | 11101001101011011000010011101111101111011011010011101001101011101001111111100101100000101011001101000110 | e9ad84efbdb4e9ae9fe582b346 |
UHC | 魄?鮟傳F | 1101101111011110001111111110010011010101111011101110111001000110 | dbde3fe4d5eeee46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)