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 | 10010110100001101000001001101000 | 96868268 |
EUC-JP | 昧I | 11001011111001101010001111001001 | cbe6a3c9 |
UTF-8 | 昧I | 111001101001100010100111111011111011110010101001 | e698a7efbca9 |
UHC | 昧I | 11011000110111001010001111001001 | d8dca3c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)