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 | èßè¥åý | 1110100011011111100111101110100010000010101001011110010111111101 | e8df9ee882a5e5fd |
SJIS-WIN | ?????¥?? | 001111110011111100111111001111110011111110000001100011110011111100111111 | 3f3f3f3f3f818f3f3f |
EUC-JP | èß?è??åý | 100011111010101110110010100011111010100111001110001111111000111110101011101100100011111100111111100011111010101110101001100011111010101111110010 | 8fabb28fa9ce3f8fabb23f3f8faba98fabf2 |
UTF-8 | èßè¥åý | 11000011101010001100001110011111110000101001111011000011101010001100001010000010110000101010010111000011101001011100001110111101 | c3a8c39fc29ec3a8c282c2a5c3a5c3bd |
UHC | ?ß?????? | 001111111010100110101100001111110011111100111111001111110011111100111111 | 3fa9ac3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)