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 | ¼Ï¼²äå^ | 10111100110011111011110010110010111001001110010101011110 | bccfbcb2e4e55e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ?Ï??äå^ | 00111111100011111010101011000001001111110011111110001111101010111010001110001111101010111010100101011110 | 3f8faac13f3f8faba38faba95e |
UTF-8 | ¼Ï¼²äå^ | 11000010101111001100001110001111110000101011110011000010101100101100001110100100110000111010010101011110 | c2bcc38fc2bcc2b2c3a4c3a55e |
UHC | ¼?¼²??^ | 10101000111110010011111110101000111110011010100111110111001111110011111101011110 | a8f93fa8f9a9f73f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)