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 | ル錚 | 110110011110100001000010 | d9e842 |
EUC-JP | ル錚 | 10001110110110011110111110100011 | 8ed9efa3 |
UTF-8 | ル錚 | 111011111011111010011001111010011000110010011010 | efbe99e98c9a |
UHC | ?錚 | 001111111110111010110110 | 3feeb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)