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 | ????汐 | 001111110011111100111111001111111000111010101100 | 3f3f3f3f8eac |
EUC-JP | ????汐 | 001111110011111100111111001111111011110010101110 | 3f3f3f3fbcae |
UTF-8 | 罹롛롗罹汐 | 111011111010011110100110111010111010000110011011111010111010000110010111111011111010011110100110111001101011000110010000 | efa7a6eba19beba197efa7a6e6b190 |
UHC | 罹롛롗罹汐 | 11101100101110101000111011011111100011101101101111101100101110101110000010110001 | ecba8edf8edbecbae0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)