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 | äóAvG | 1110010011110011100000011000111110001111010000010111011001000111 | e4f3818f8f417647 |
SJIS-WIN | ?????AvG | 0011111100111111001111110011111100111111010000010111011001000111 | 3f3f3f3f3f417647 |
EUC-JP | äó???AvG | 100011111010101110100011100011111010101111010001001111110011111100111111010000010111011001000111 | 8faba38fabd13f3f3f417647 |
UTF-8 | äóAvG | 11000011101001001100001110110011110000101000000111000010100011111100001010001111010000010111011001000111 | c3a4c3b3c281c28fc28f417647 |
UHC | ?????AvG | 0011111100111111001111110011111100111111010000010111011001000111 | 3f3f3f3f3f417647 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)