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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 豼滄園^ | 11100110101111111001111111101001100010011000000001011110 | e6bf9fe989805e |
EUC-JP | 豼滄園^ | 11101100110000011101111011101011101100011110000001011110 | ecc1deebb1e05e |
UTF-8 | 豼滄園^ | 11101000101100011011110011100110101110111000010011100101100111001001001001011110 | e8b1bce6bb84e59c925e |
UHC | ?滄園^ | 001111111111001111100111111010101010111001011110 | 3ff3e7eaae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)