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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??璽??霜^ | 001111110011111110001110101000110011111100111111100100011001101001011110 | 3f3f8ea33f3f919a5e |
EUC-JP | ??璽??霜^ | 001111110011111110111100101001010011111100111111110000011111101001011110 | 3f3fbca53f3fc1fa5e |
UTF-8 | 璉롛璽璉롛霜^ | 11101111101001101001010011101011101000011001101111100111100100101011110111101111101001101001010011101011101000011001101111101001100111001001110001011110 | efa694eba19be792bdefa694eba19be99c9c5e |
UHC | 璉롛璽璉롛霜^ | 11100110110110011000111011011111110111111101111011100110110110011000111011011111110111111101110001011110 | e6d98edfdfdee6d98edfdfdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)