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 | 螟耶。躯。 | 1110010110100100100101101110101110100001100010111110101110100001 | e5a496eba18beba1 |
EUC-JP | 螟耶。躯。 | 11101010101001101100110011101101100011101010000110110110111011011000111010100001 | eaa6cced8ea1b6ed8ea1 |
UTF-8 | 螟耶。躯。 | 111010001001111010011111111010001000000010110110111011111011110110100001111010001011101010101111111011111011110110100001 | e89e9fe880b6efbda1e8baafefbda1 |
UHC | 螟耶??? | 11011001101011011110010110101101001111110011111100111111 | d9ade5ad3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)