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 | 蛭}蛭{^ | 10010101011001110111110110010101011001110111101101011110 | 95677d95677b5e |
EUC-JP | 蛭}蛭{^ | 11001001110010000111110111001001110010000111101101011110 | c9c87dc9c87b5e |
UTF-8 | 蛭}蛭{^ | 111010001001101110101101011111011110100010011011101011010111101101011110 | e89bad7de89bad7b5e |
UHC | 蛭}蛭{^ | 11110010111101000111110111110010111101000111101101011110 | f2f47df2f47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)