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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 韃惹セカ^ | 11101000111001011000111011100100101111101011011001011110 | e8e58ee4beb65e |
EUC-JP | 韃惹セカ^ | 111100001110011110111100111001101000111010111110100011101011011001011110 | f0e7bce68ebe8eb65e |
UTF-8 | 韃惹セカ^ | 11101001100111111000001111100110100000111011100111101111101111011011111011101111101111011011011001011110 | e99f83e683b9efbdbeefbdb65e |
UHC | ?惹??^ | 001111111110010110101001001111110011111101011110 | 3fe5a93f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)