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 | 110000101001011111000011101011111100001010011111010010011100001010000010 | c297c3afc29f49c282 |
SJIS-WIN | ??????I?? | 001111110011111100111111001111110011111100111111010010010011111100111111 | 3f3f3f3f3f3f493f3f |
EUC-JP | �ï�I� | 10001111101010101010010000111111100011111010101010101010100011111010001010110100100011111010101010100100001111110100100110001111101010101010010000111111 | 8faaa43f8faaaa8fa2b48faaa43f498faaa43f |
UTF-8 | ÂïÂI | 1100001110000010110000101001011111000011100000111100001010101111110000111000001011000010100111110100100111000011100000101100001010000010 | c382c297c383c2afc382c29f49c382c282 |
UHC | ??????I?? | 001111110011111100111111001111110011111100111111010010010011111100111111 | 3f3f3f3f3f3f493f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)