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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?肆 | 001111111110001111100110 | 3fe3e6 |
EUC-JP | ?肆 | 001111111110011011101000 | 3fe6e8 |
UTF-8 | 履肆 | 111011111010011110011111111010001000001010000110 | efa79fe88286 |
UHC | 履肆 | 11101100101010101101111011101011 | ecaadeeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)