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 | ?` | 001111111000000101001101 | 3f814d |
EUC-JP | ?` | 001111111010000110101110 | 3fa1ae |
UTF-8 | 뤝` | 111010111010010010011101111011111011110110000000 | eba49defbd80 |
UHC | 뤝` | 10001111110011001010001111100000 | 8fcca3e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)