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 | ?陀 | 001111111001000111001001 | 3f91c9 |
EUC-JP | ?陀 | 001111111100001011001011 | 3fc2cb |
UTF-8 | 뤴陀 | 111010111010010010110100111010011001100110000000 | eba4b4e99980 |
UHC | 뤴陀 | 10001111111000101111011011101101 | 8fe2f6ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)