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 | 譖耶ゥエ岦 | 1110011010011011100101101110101110101001101101001111101010101100 | e69b96eba9b4faac |
EUC-JP | 譖耶ゥエ岦 | 1110101111111011110011001110110110001110101010011000111010110100100011111011101110110011 | ebfbcced8ea98eb48fbbb3 |
UTF-8 | 譖耶ゥエ岦 | 111010001010110110010110111010001000000010110110111011111011110110101001111011111011110110110100111001011011001010100110 | e8ad96e880b6efbda9efbdb4e5b2a6 |
UHC | ?耶??? | 001111111110010110101101001111110011111100111111 | 3fe5ad3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)