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 | à´c | 11100000101101001000000101100011 | e0b48163 |
SJIS-WIN | ?´?c | 0011111110000001010011000011111101100011 | 3f814c3f63 |
EUC-JP | à´?c | 10001111101010111010001010100001101011010011111101100011 | 8faba2a1ad3f63 |
UTF-8 | à´c | 11000011101000001100001010110100110000101000000101100011 | c3a0c2b4c28163 |
UHC | ?´?c | 0011111110100010101001010011111101100011 | 3fa2a53f63 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)