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 | ç²â£ú¤ | 1110011110011001101100101110001010010001101000111111101010100100 | e799b2e291a3faa4 |
SJIS-WIN | ?????£?? | 001111110011111100111111001111110011111110000001100100100011111100111111 | 3f3f3f3f3f81923f3f |
EUC-JP | ç??â?£ú¤ | 1000111110101011101011100011111100111111100011111010101110100100001111111010000111110010100011111010101111100010100011111010001011110000 | 8fabae3f3f8faba43fa1f28fabe28fa2f0 |
UTF-8 | ç²â£ú¤ | 11000011101001111100001010011001110000101011001011000011101000101100001010010001110000101010001111000011101110101100001010100100 | c3a7c299c2b2c3a2c291c2a3c3bac2a4 |
UHC | ??²????¤ | 00111111001111111010100111110111001111110011111100111111001111111010001010110100 | 3f3fa9f73f3f3f3fa2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)