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 | 羝肢 | 11100011101101101000111010001000 | e3b68e88 |
EUC-JP | 羝肢 | 11100110101110001011101111101000 | e6b8bbe8 |
UTF-8 | 羝肢 | 111001111011111010011101111010001000001010100010 | e7be9de882a2 |
UHC | ?肢 | 001111111111001010110110 | 3ff2b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)