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 | çâ¸â | 111001111001100110010010111000101001000110111000111000101001010010011000 | e79992e291b8e29498 |
SJIS-WIN | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
EUC-JP | ç??â?¸â?? | 1000111110101011101011100011111100111111100011111010101110100100001111111000111110100010101100011000111110101011101001000011111100111111 | 8fabae3f3f8faba43f8fa2b18faba43f3f |
UTF-8 | çâ¸â | 110000111010011111000010100110011100001010010010110000111010001011000010100100011100001010111000110000111010001011000010100101001100001010011000 | c3a7c299c292c3a2c291c2b8c3a2c294c298 |
UHC | ?????¸??? | 00111111001111110011111100111111001111111010001010101100001111110011111100111111 | 3f3f3f3f3fa2ac3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)