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 | 讙雅ゥエ奣 | 1110011010101010100010011110101110101001101101001111101010100011 | e6aa89eba9b4faa3 |
EUC-JP | 讙雅ゥエ奣 | 1110110010101100101100101110110110001110101010011000111010110100100011111011100011111100 | ecacb2ed8ea98eb48fb8fc |
UTF-8 | 讙雅ゥエ奣 | 111010001010111010011001111010011001101110000101111011111011110110101001111011111011110110110100111001011010010110100011 | e8ae99e99b85efbda9efbdb4e5a5a3 |
UHC | ?雅??? | 001111111110010010111010001111110011111100111111 | 3fe4ba3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)