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 | ¯âÄ× | 1001000110101111111000101100010010010011100000011001100011010111 | 91afe2c4938198d7 |
SJIS-WIN | ???????× | 001111110011111100111111001111110011111100111111001111111000000101111110 | 3f3f3f3f3f3f3f817e |
EUC-JP | ?¯âÄ???× | 001111111000111110100010101101001000111110101011101001001000111110101010101000110011111100111111001111111010000111011111 | 3f8fa2b48faba48faaa33f3f3fa1df |
UTF-8 | ¯âÄ× | 11000010100100011100001010101111110000111010001011000011100001001100001010010011110000101000000111000010100110001100001110010111 | c291c2afc3a2c384c293c281c298c397 |
UHC | ???????× | 001111110011111100111111001111110011111100111111001111111010000110111111 | 3f3f3f3f3f3f3fa1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)