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 | 뤋詛}뤋詛{^ | 111010111010010010001011111010001010100110011011011111011110101110100100100010111110100010101001100110110111101101011110 | eba48be8a99b7deba48be8a99b7b5e |
UHC | 뤋詛}뤋詛{^ | 1000111110111011111011101100110001111101100011111011101111101110110011000111101101011110 | 8fbbeecc7d8fbbeecc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)