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 | ä¹ï½ì¾ | 1110010010111001100111111110111110111101100001101110110010111110 | e4b99fefbd86ecbe |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ä??ï??ì? | 1000111110101011101000110011111100111111100011111010101111000001001111110011111110001111101010111100000000111111 | 8faba33f3f8fabc13f3f8fabc03f |
UTF-8 | ä¹ï½ì¾ | 11000011101001001100001010111001110000101001111111000011101011111100001010111101110000101000011011000011101011001100001010111110 | c3a4c2b9c29fc3afc2bdc286c3acc2be |
UHC | ?¹??½??¾ | 0011111110101001111101100011111100111111101010001111011000111111001111111010100011111010 | 3fa9f63f3fa8f63f3fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)