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 | 鈑ェ豐サ釵 | 1110011111100101101010101110011010110010101110111110011111011110 | e7e5aae6b2bbe7de |
EUC-JP | 鈑ェ豐サ釵 | 11101110111001111000111010101010111011001011010010001110101110111110111011100000 | eee78eaaecb48ebbeee0 |
UTF-8 | 鈑ェ豐サ釵 | 111010011000100010010001111011111011110110101010111010001011000110010000111011111011110110111011111010011000011110110101 | e98891efbdaae8b190efbdbbe987b5 |
UHC | 鈑???釵 | 11110111111111100011111100111111001111111111001111111011 | f7fe3f3f3ff3fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)