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 | ú¹ú\ | 1111101010111001100011101111101001011100 | fab98efa5c |
SJIS-WIN | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
EUC-JP | ú??ú\ | 100011111010101111100010001111110011111110001111101010111110001001011100 | 8fabe23f3f8fabe25c |
UTF-8 | ú¹ú\ | 110000111011101011000010101110011100001010001110110000111011101001011100 | c3bac2b9c28ec3ba5c |
UHC | ?¹??\ | 001111111010100111110110001111110011111101011100 | 3fa9f63f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)