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 | ÂúÂú^ | 100011111100001011111010100110101000111111000010111110101001100001011110 | 8fc2fa9a8fc2fa985e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | ?Âú??Âú?^ | 0011111110001111101010101010010010001111101010111110001000111111001111111000111110101010101001001000111110101011111000100011111101011110 | 3f8faaa48fabe23f3f8faaa48fabe23f5e |
UTF-8 | ÂúÂú^ | 1100001010001111110000111000001011000011101110101100001010011010110000101000111111000011100000101100001110111010110000101001100001011110 | c28fc382c3bac29ac28fc382c3bac2985e |
UHC | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)