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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蟾耶、オ | 111001011011011110010110111010111010010010110101 | e5b796eba4b5 |
EUC-JP | 蟾耶、オ | 1110101010111001110011001110110110001110101001001000111010110101 | eab9cced8ea48eb5 |
UTF-8 | 蟾耶、オ | 111010001001111110111110111010001000000010110110111011111011110110100100111011111011110110110101 | e89fbee880b6efbda4efbdb5 |
UHC | 蟾耶?? | 111000001110101011100101101011010011111100111111 | e0eae5ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)