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 | ÌÝüä[ | 1100110011011101111111001110010001011011 | ccddfce45b |
SJIS-WIN | ????[ | 0011111100111111001111110011111101011011 | 3f3f3f3f5b |
EUC-JP | ÌÝüä[ | 10001111101010101100000010001111101010101111001010001111101010111110010010001111101010111010001101011011 | 8faac08faaf28fabe48faba35b |
UTF-8 | ÌÝüä[ | 110000111000110011000011100111011100001110111100110000111010010001011011 | c38cc39dc3bcc3a45b |
UHC | ????[ | 0011111100111111001111110011111101011011 | 3f3f3f3f5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)