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 | ûXסh | 1111101101011000110101111010000101101000 | fb58d7a168 |
SJIS-WIN | ?X×?h | 001111110101100010000001011111100011111101101000 | 3f58817e3f68 |
EUC-JP | ûXסh | 10001111101010111110010101011000101000011101111110001111101000101100001001101000 | 8fabe558a1df8fa2c268 |
UTF-8 | ûXסh | 1100001110111011010110001100001110010111110000101010000101101000 | c3bb58c397c2a168 |
UHC | ?Xסh | 00111111010110001010000110111111101000101010111001101000 | 3f58a1bfa2ae68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)