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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鰐祖? | 1001100001101011100100010110001100111111 | 986b91633f |
EUC-JP | 鰐祖? | 1100111111001100110000011100010000111111 | cfccc1c43f |
UTF-8 | 鰐祖렍 | 111010011011000010010000111001111010010110010110111010111010000010001101 | e9b090e7a596eba08d |
UHC | 鰐祖렍 | 111001001100101011110000110100111000111010100011 | e4caf0d38ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)