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 | ú¹~ú¹~^ | 111110101011100110010111011111101111101010111001100101110111111001011110 | fab9977efab9977e5e |
SJIS-WIN | ???~???~^ | 001111110011111100111111011111100011111100111111001111110111111001011110 | 3f3f3f7e3f3f3f7e5e |
EUC-JP | ú??~ú??~^ | 10001111101010111110001000111111001111110111111010001111101010111110001000111111001111110111111001011110 | 8fabe23f3f7e8fabe23f3f7e5e |
UTF-8 | ú¹~ú¹~^ | 110000111011101011000010101110011100001010010111011111101100001110111010110000101011100111000010100101110111111001011110 | c3bac2b9c2977ec3bac2b9c2977e5e |
UHC | ?¹?~?¹?~^ | 0011111110101001111101100011111101111110001111111010100111110110001111110111111001011110 | 3fa9f63f7e3fa9f63f7e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)