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 | 髣費スェ陷 | 1110100110010111100101001110111110111101101010101110100010011100 | e99794efbdaae89c |
EUC-JP | 髣費スェ陷 | 11110001111101111100100011110001100011101011110110001110101010101110111111111100 | f1f7c8f18ebd8eaaeffc |
UTF-8 | 髣費スェ陷 | 111010011010101110100011111010001011001010111011111011111011110110111101111011111011110110101010111010011001100110110111 | e9aba3e8b2bbefbdbdefbdaae999b7 |
UHC | ?費??陷 | 00111111110111101010100000111111001111111111100111101000 | 3fdea83f3ff9e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)