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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?詛}?詛{^ | 001111111110011001100110011111010011111111100110011001100111101101011110 | 3fe6667d3fe6667b5e |
EUC-JP | ?詛}?詛{^ | 001111111110101111000111011111010011111111101011110001110111101101011110 | 3febc77d3febc77b5e |
UTF-8 | 뤶詛}뤶詛{^ | 111010111010010010110110111010001010100110011011011111011110101110100100101101101110100010101001100110110111101101011110 | eba4b6e8a99b7deba4b6e8a99b7b5e |
UHC | 뤶詛}뤶詛{^ | 1000111111100100111011101100110001111101100011111110010011101110110011000111101101011110 | 8fe4eecc7d8fe4eecc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)