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 | 赭迄 | 11100110110111101001011010011000 | e6de9698 |
EUC-JP | 赭迄 | 11101100111000001100101111111000 | ece0cbf8 |
UTF-8 | 赭迄 | 111010001011010110101101111010001011111110000100 | e8b5ade8bf84 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)