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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 戍黍戍?^ | 1001110011111001100010110110111110011100111110010011111101011110 | 9cf98b6f9cf93f5e |
EUC-JP | 戍黍戍?^ | 1101100011111011101101011101000011011000111110110011111101011110 | d8fbb5d0d8fb3f5e |
UTF-8 | 戍黍戍劣^ | 11100110100010001000110111101001101110111000110111100110100010001000110111101111101001101001110101011110 | e6888de9bb8de6888defa69d5e |
UHC | 戍黍戍劣^ | 111000101010000111100000101010001110001010100001111001101110101101011110 | e2a1e0a8e2a1e6eb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)