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 | ÌÐÌÐ^ | 100011001100110010010110110100001000110011001100100101101101000001011110 | 8ccc96d08ccc96d05e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | ?Ì???Ì??^ | 00111111100011111010101011000000001111110011111100111111100011111010101011000000001111110011111101011110 | 3f8faac03f3f3f8faac03f3f5e |
UTF-8 | ÌÐÌÐ^ | 1100001010001100110000111000110011000010100101101100001110010000110000101000110011000011100011001100001010010110110000111001000001011110 | c28cc38cc296c390c28cc38cc296c3905e |
UHC | ???Ð???Ð^ | 0011111100111111001111111010100010100010001111110011111100111111101010001010001001011110 | 3f3f3fa8a23f3f3fa8a25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)