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 | ?I | 001111111000001001101000 | 3f8268 |
EUC-JP | ?I | 001111111010001111001001 | 3fa3c9 |
UTF-8 | 林I | 111011111010011110110100111011111011110010101001 | efa7b4efbca9 |
UHC | 林I | 11101100111101111010001111001001 | ecf7a3c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)