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 | ±Ì³Ç^ | 101100011100110010001111101100111100011101011110 | b1cc8fb3c75e |
SJIS-WIN | ±????^ | 10000001011111010011111100111111001111110011111101011110 | 817d3f3f3f3f5e |
EUC-JP | ±Ì??Ç^ | 1010000111011110100011111010101011000000001111110011111110001111101010101010111001011110 | a1de8faac03f3f8faaae5e |
UTF-8 | ±Ì³Ç^ | 1100001010110001110000111000110011000010100011111100001010110011110000111000011101011110 | c2b1c38cc28fc2b3c3875e |
UHC | ±??³?^ | 1010000110111110001111110011111110101001111110000011111101011110 | a1be3f3fa9f83f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)