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 | ûYÒé± | 1111101101011001110100101110100110110001 | fb59d2e9b1 |
SJIS-WIN | ?Y??± | 001111110101100100111111001111111000000101111101 | 3f593f3f817d |
EUC-JP | ûYÒé± | 100011111010101111100101010110011000111110101010110100101000111110101011101100011010000111011110 | 8fabe5598faad28fabb1a1de |
UTF-8 | ûYÒé± | 110000111011101101011001110000111001001011000011101010011100001010110001 | c3bb59c392c3a9c2b1 |
UHC | ?Y??± | 001111110101100100111111001111111010000110111110 | 3f593f3fa1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)