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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 隲幎・ | 1110100010101011100110111110101110100101 | e8ab9beba5 |
EUC-JP | 隲幎・ | 111100001010110111010110111011011000111010100101 | f0add6ed8ea5 |
UTF-8 | 隲幎・ | 111010011001101010110010111001011011100110001110111011111011110110100101 | e99ab2e5b98eefbda5 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)