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 | 邨弱 | 11100111101101011000111011100011 | e7b58ee3 |
EUC-JP | 邨弱 | 11101110101101111011110011100101 | eeb7bce5 |
UTF-8 | 邨弱 | 111010011000001010101000111001011011110010110001 | e982a8e5bcb1 |
UHC | 邨弱 | 11110101101111101110010110110000 | f5bee5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)