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 | çç¶ï½ìµ | 1110011111100111101101101110111110111101100011001110110010110101 | e7e7b6efbd8cecb5 |
SJIS-WIN | ??¶????? | 001111110011111110000001111101110011111100111111001111110011111100111111 | 3f3f81f73f3f3f3f3f |
EUC-JP | çç¶ï??ì? | 1000111110101011101011101000111110101011101011101010001011111001100011111010101111000001001111110011111110001111101010111100000000111111 | 8fabae8fabaea2f98fabc13f3f8fabc03f |
UTF-8 | çç¶ï½ìµ | 11000011101001111100001110100111110000101011011011000011101011111100001010111101110000101000110011000011101011001100001010110101 | c3a7c3a7c2b6c3afc2bdc28cc3acc2b5 |
UHC | ??¶?½??? | 00111111001111111010001011010010001111111010100011110110001111110011111100111111 | 3f3fa2d23fa8f63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)