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 | 讓「 | 111001101010100010100010 | e6a8a2 |
EUC-JP | 讓「 | 11101100101010101000111010100010 | ecaa8ea2 |
UTF-8 | 讓「 | 111010001010111010010011111011111011110110100010 | e8ae93efbda2 |
UHC | 讓? | 111001011101001100111111 | e5d33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)