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 | }èváFG | 10011110011111011110100001110110111000010100011001000111 | 9e7de876e14647 |
SJIS-WIN | ?}?v?FG | 00111111011111010011111101110110001111110100011001000111 | 3f7d3f763f4647 |
EUC-JP | ?}èváFG | 0011111101111101100011111010101110110010011101101000111110101011101000010100011001000111 | 3f7d8fabb2768faba14647 |
UTF-8 | }èváFG | 11000010100111100111110111000011101010000111011011000011101000010100011001000111 | c29e7dc3a876c3a14647 |
UHC | ?}?v?FG | 00111111011111010011111101110110001111110100011001000111 | 3f7d3f763f4647 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)