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 | èÞャ[ | 11101000110111101001010111101111101111011010110001011011 | e8de95efbdac5b |
SJIS-WIN | ?????¬[ | 0011111100111111001111110011111100111111100000011100101001011011 | 3f3f3f3f3f81ca5b |
EUC-JP | èÞ?ï?¬[ | 1000111110101011101100101000111110101001101100000011111110001111101010111100000100111111101000101100110001011011 | 8fabb28fa9b03f8fabc13fa2cc5b |
UTF-8 | èÞャ[ | 11000011101010001100001110011110110000101001010111000011101011111100001010111101110000101010110001011011 | c3a8c39ec295c3afc2bdc2ac5b |
UHC | ?Þ??½?[ | 001111111010100010101101001111110011111110101000111101100011111101011011 | 3fa8ad3f3fa8f63f5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)