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 | cãår | 100100110110001111100011111001011000111101110010 | 9363e3e58f72 |
SJIS-WIN | ?c???r | 001111110110001100111111001111110011111101110010 | 3f633f3f3f72 |
EUC-JP | ?cãå?r | 00111111011000111000111110101011101010101000111110101011101010010011111101110010 | 3f638fabaa8faba93f72 |
UTF-8 | cãår | 11000010100100110110001111000011101000111100001110100101110000101000111101110010 | c29363c3a3c3a5c28f72 |
UHC | ?c???r | 001111110110001100111111001111110011111101110010 | 3f633f3f3f72 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)