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 | 緬? | 100101101100100100111111 | 96c93f |
EUC-JP | 緬? | 110011001100101100111111 | cccb3f |
UTF-8 | 緬理 | 111001111011011110101100111011111010011110100100 | e7b7acefa7a4 |
UHC | 緬理 | 11011000111110111110110010110101 | d8fbecb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)