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 | ââ^ | 11100010100000001001000011100010100101001000001101011110 | e28090e294835e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | â??â??^ | 1000111110101011101001000011111100111111100011111010101110100100001111110011111101011110 | 8faba43f3f8faba43f3f5e |
UTF-8 | ââ^ | 11000011101000101100001010000000110000101001000011000011101000101100001010010100110000101000001101011110 | c3a2c280c290c3a2c294c2835e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)