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 | 邀??毅? | 11100111101100010011111100111111100010110100001000111111 | e7b13f3f8b423f |
EUC-JP | 邀??毅? | 11101110101100110011111100111111101101011010001100111111 | eeb33f3fb5a33f |
UTF-8 | 邀싲맧毅뷓 | 111010011000001010000000111011001000101110110010111010111010011110100111111001101010111110000101111010111011011110010011 | e98280ec8bb2eba7a7e6af85ebb793 |
UHC | 邀싲맧毅뷓 | 11101001101011011001101011101011100100001011000011101011111101101001010101000010 | e9ad9aeb90b0ebf69542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)