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 | ?®? | 001111111010111000111111 | 3fae3f |
SJIS-WIN | 撓?? | 10011101100110100011111100111111 | 9d9a3f3f |
EUC-JP | 撓®? | 110110011111101010001111101000101110111000111111 | d9fa8fa2ee3f |
UTF-8 | 撓®꺓 | 1110011010010010100100111100001010101110111010101011101010010011 | e69293c2aeeaba93 |
UHC | 撓®꺓 | 111010001111010110100010111001111000001110111001 | e8f5a2e783b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)