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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | モョ緘睥B | 11010011101011101110001101100111111000011100110001000010 | d3aee367e1cc42 |
EUC-JP | モョ緘睥B | 100011101101001110001110101011101110010111001000111000101100111001000010 | 8ed38eaee5c8e2ce42 |
UTF-8 | モョ緘睥B | 11101111101111101001001111101111101111011010111011100111101101111001100011100111100111011010010101000010 | efbe93efbdaee7b798e79da542 |
UHC | ??緘?B | 001111110011111111111001111001010011111101000010 | 3f3ff9e53f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)