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 | 邨帶 | 11100111101101011001101111100110 | e7b59be6 |
EUC-JP | 邨帶 | 11101110101101111101011011101000 | eeb7d6e8 |
UTF-8 | 邨帶 | 111010011000001010101000111001011011100010110110 | e982a8e5b8b6 |
UHC | 邨帶 | 11110101101111101101001111100001 | f5bed3e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)