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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | モョ緘睥\ | 11010011101011101110001101100111111000011100110001011100 | d3aee367e1cc5c |
EUC-JP | モョ緘睥\ | 100011101101001110001110101011101110010111001000111000101100111001011100 | 8ed38eaee5c8e2ce5c |
UTF-8 | モョ緘睥\ | 11101111101111101001001111101111101111011010111011100111101101111001100011100111100111011010010101011100 | efbe93efbdaee7b798e79da55c |
UHC | ??緘?\ | 001111110011111111111001111001010011111101011100 | 3f3ff9e53f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)