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 | ????[ | 0011111100111111001111110011111101011011 | 3f3f3f3f5b |
SJIS-WIN | レ鯑ソ[ | 11110000101011101101101011101001110001001011111101011011 | f0aedae9c4bf5b |
EUC-JP | ?レ鯑ソ[ | 0011111110001110110110101111001011000110100011101011111101011011 | 3f8edaf2c68ebf5b |
UTF-8 | レ鯑ソ[ | 11101110100000011010110111101111101111101001101011101001101011111001000111101111101111011011111101011011 | ee81adefbe9ae9af91efbdbf5b |
UHC | ????[ | 0011111100111111001111110011111101011011 | 3f3f3f3f5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)