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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?揮}?揮{^ | 001111111000101011110110011111010011111110001010111101100111101101011110 | 3f8af67d3f8af67b5e |
EUC-JP | 伈揮}伈揮{^ | 10001111101100001101010110110100111110000111110110001111101100001101010110110100111110000111101101011110 | 8fb0d5b4f87d8fb0d5b4f87b5e |
UTF-8 | 伈揮}伈揮{^ | 111001001011110010001000111001101000111110101110011111011110010010111100100010001110011010001111101011100111101101011110 | e4bc88e68fae7de4bc88e68fae7b5e |
UHC | ?揮}?揮{^ | 001111111111110111000110011111010011111111111101110001100111101101011110 | 3ffdc67d3ffdc67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)