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 | ?檄 | 001111111001111011111010 | 3f9efa |
EUC-JP | 妗檄 | 1000111110111001101011011101110011111100 | 8fb9addcfc |
UTF-8 | 妗檄 | 111001011010011010010111111001101010101010000100 | e5a697e6aa84 |
UHC | 妗檄 | 11010000110100101100110010101100 | d0d2ccac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)