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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 戍戍^ | 1001110011111001100111001111100101011110 | 9cf99cf95e |
EUC-JP | 戍戍^ | 1101100011111011110110001111101101011110 | d8fbd8fb5e |
UTF-8 | 戍戍^ | 11100110100010001000110111100110100010001000110101011110 | e6888de6888d5e |
UHC | 戍戍^ | 1110001010100001111000101010000101011110 | e2a1e2a15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)