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 | à½äìnB | 111000001011110111100100111011000110111001000010 | e0bde4ec6e42 |
SJIS-WIN | ????nB | 001111110011111100111111001111110110111001000010 | 3f3f3f3f6e42 |
EUC-JP | à?äìnB | 100011111010101110100010001111111000111110101011101000111000111110101011110000000110111001000010 | 8faba23f8faba38fabc06e42 |
UTF-8 | à½äìnB | 11000011101000001100001010111101110000111010010011000011101011000110111001000010 | c3a0c2bdc3a4c3ac6e42 |
UHC | ?½??nB | 00111111101010001111011000111111001111110110111001000010 | 3fa8f63f3f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)