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 | ル訖 | 110110011110011001011110 | d9e65e |
EUC-JP | ル訖 | 10001110110110011110101110111111 | 8ed9ebbf |
UTF-8 | ル訖 | 111011111011111010011001111010001010100010010110 | efbe99e8a896 |
UHC | ?訖 | 001111111111110111100001 | 3ffde1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)