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 | 蠑咲エョ閠 | 1110010110111100100011011110011110110100101011101110100010000000 | e5bc8de7b4aee880 |
EUC-JP | 蠑咲エョ閠 | 11101010101111101011101011101001100011101011010010001110101011101110111111100000 | eabebae98eb48eaeefe0 |
UTF-8 | 蠑咲エョ閠 | 111010001010000010010001111001011001001010110010111011111011110110110100111011111011110110101110111010011001011010100000 | e8a091e592b2efbdb4efbdaee996a0 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)