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 | ¶âÛ¶I^ | 100011111011011011100010110110111000111110110110100100100100100101011110 | 8fb6e2db8fb692495e |
SJIS-WIN | ?¶???¶?I^ | 0011111110000001111101110011111100111111001111111000000111110111001111110100100101011110 | 3f81f73f3f3f81f73f495e |
EUC-JP | ?¶âÛ?¶?I^ | 001111111010001011111001100011111010101110100100100011111010101011100101001111111010001011111001001111110100100101011110 | 3fa2f98faba48faae53fa2f93f495e |
UTF-8 | ¶âÛ¶I^ | 11000010100011111100001010110110110000111010001011000011100110111100001010001111110000101011011011000010100100100100100101011110 | c28fc2b6c3a2c39bc28fc2b6c292495e |
UHC | ?¶???¶?I^ | 0011111110100010110100100011111100111111001111111010001011010010001111110100100101011110 | 3fa2d23f3f3fa2d23f495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)