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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 祭}祭{^ | 10001101110101010111110110001101110101010111101101011110 | 8dd57d8dd57b5e |
EUC-JP | 祭}祭{^ | 10111010110101110111110110111010110101110111101101011110 | bad77dbad77b5e |
UTF-8 | 祭}祭{^ | 111001111010010110101101011111011110011110100101101011010111101101011110 | e7a5ad7de7a5ad7b5e |
UHC | 祭}祭{^ | 11110000101011100111110111110000101011100111101101011110 | f0ae7df0ae7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)