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Òé°¾ûX | 1111101101010110110100101110100110110000101111101111101101011000 | fb56d2e9b0befb58 |
SJIS-WIN | ?V??°??X | 001111110101011000111111001111111000000110001011001111110011111101011000 | 3f563f3f818b3f3f58 |
EUC-JP | ûVÒé°?ûX | 1000111110101011111001010101011010001111101010101101001010001111101010111011000110100001111010110011111110001111101010111110010101011000 | 8fabe5568faad28fabb1a1eb3f8fabe558 |
UTF-8 | ûVÒé°¾ûX | 1100001110111011010101101100001110010010110000111010100111000010101100001100001010111110110000111011101101011000 | c3bb56c392c3a9c2b0c2bec3bb58 |
UHC | ?V??°¾?X | 00111111010101100011111100111111101000011100011010101000111110100011111101011000 | 3f563f3fa1c6a8fa3f58 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)