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 | 邀??援? | 11100111101100010011111100111111100010011000011100111111 | e7b13f3f89873f |
EUC-JP | 邀??援? | 11101110101100110011111100111111101100011110011100111111 | eeb33f3fb1e73f |
UTF-8 | 邀륁꼶援툫 | 111010011000001010000000111010111010010110000001111010101011110010110110111001101000111110110100111011011000100010101011 | e98280eba581eabcb6e68fb4ed88ab |
UHC | 邀륁꼶援툫 | 11101001101011011000111111101100100001001000111011101010101101011011100101000010 | e9ad8fec848eeab5b942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)