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 | èùè²äû | 1110100011111001100101011110100010000010101100101110010011111011 | e8f995e882b2e4fb |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | èù?è??äû | 100011111010101110110010100011111010101111100011001111111000111110101011101100100011111100111111100011111010101110100011100011111010101111100101 | 8fabb28fabe33f8fabb23f3f8faba38fabe5 |
UTF-8 | èùè²äû | 11000011101010001100001110111001110000101001010111000011101010001100001010000010110000101011001011000011101001001100001110111011 | c3a8c3b9c295c3a8c282c2b2c3a4c3bb |
UHC | ?????²?? | 001111110011111100111111001111110011111110101001111101110011111100111111 | 3f3f3f3f3fa9f73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)