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à×}vB | 111000001101011101111101011101101110000011010111011111010111011001000010 | e0d77d76e0d77d7642 |
SJIS-WIN | ?×}v?×}vB | 0011111110000001011111100111110101110110001111111000000101111110011111010111011001000010 | 3f817e7d763f817e7d7642 |
EUC-JP | à×}và×}vB | 100011111010101110100010101000011101111101111101011101101000111110101011101000101010000111011111011111010111011001000010 | 8faba2a1df7d768faba2a1df7d7642 |
UTF-8 | à×}và×}vB | 11000011101000001100001110010111011111010111011011000011101000001100001110010111011111010111011001000010 | c3a0c3977d76c3a0c3977d7642 |
UHC | ?×}v?×}vB | 0011111110100001101111110111110101110110001111111010000110111111011111010111011001000010 | 3fa1bf7d763fa1bf7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)