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 | â¼ì³âÑ | 111000101011110011101100101100111110001011010001 | e2bcecb3e2d1 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | â?ì?âÑ | 1000111110101011101001000011111110001111101010111100000000111111100011111010101110100100100011111010101011010000 | 8faba43f8fabc03f8faba48faad0 |
UTF-8 | â¼ì³âÑ | 110000111010001011000010101111001100001110101100110000101011001111000011101000101100001110010001 | c3a2c2bcc3acc2b3c3a2c391 |
UHC | ?¼?³?? | 0011111110101000111110010011111110101001111110000011111100111111 | 3fa8f93fa9f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)