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 | 酬手 | 10001111010101101000111011101000 | 8f568ee8 |
EUC-JP | 酬手 | 10111101101101111011110011101010 | bdb7bcea |
UTF-8 | 酬手 | 111010011000010110101100111001101000100110001011 | e985ace6898b |
UHC | 酬手 | 11100010110001101110001010100010 | e2c6e2a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)