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 | 藥θ | 11100101010110101000001111000110 | e55a83c6 |
EUC-JP | 藥θ | 11101001101110111010011011001000 | e9bba6c8 |
UTF-8 | 藥θ | 1110100010010111101001011100111010111000 | e897a5ceb8 |
UHC | 藥θ | 11100101101101111010010111101000 | e5b7a5e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)