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 | 絛〕癰 | 111000110101010110000001011011001110000110011110 | e355816ce19e |
EUC-JP | 絛〕癰 | 111001011011011010100001110011011110000111111110 | e5b6a1cde1fe |
UTF-8 | 絛〕癰 | 111001111011010110011011111000111000000010010101111001111001100110110000 | e7b59be38095e799b0 |
UHC | ?〕癰 | 0011111110100001101100111110100010111001 | 3fa1b3e8b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)