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 | åÆF | 1000110011100101100111111100011001000110 | 8ce59fc646 |
SJIS-WIN | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
EUC-JP | ?å?ÆF | 001111111000111110101011101010010011111110001111101010011010000101000110 | 3f8faba93f8fa9a146 |
UTF-8 | åÆF | 110000101000110011000011101001011100001010011111110000111000011001000110 | c28cc3a5c29fc38646 |
UHC | ???ÆF | 001111110011111100111111101010001010000101000110 | 3f3f3fa8a146 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)