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 | °Ú¹»Ç²^ | 10110000110110101011100110111011110001111011001001011110 | b0dab9bbc7b25e |
SJIS-WIN | °?????^ | 1000000110001011001111110011111100111111001111110011111101011110 | 818b3f3f3f3f3f5e |
EUC-JP | °Ú??Ç?^ | 101000011110101110001111101010101110001000111111001111111000111110101010101011100011111101011110 | a1eb8faae23f3f8faaae3f5e |
UTF-8 | °Ú¹»Ç²^ | 11000010101100001100001110011010110000101011100111000010101110111100001110000111110000101011001001011110 | c2b0c39ac2b9c2bbc387c2b25e |
UHC | °?¹??²^ | 10100001110001100011111110101001111101100011111100111111101010011111011101011110 | a1c63fa9f63f3fa9f75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)