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 | 뤚詛}뤚詛{^ | 111010111010010010011010111010001010100110011011011111011110101110100100100110101110100010101001100110110111101101011110 | eba49ae8a99b7deba49ae8a99b7b5e |
UHC | 뤚詛}뤚詛{^ | 1000111111001001111011101100110001111101100011111100100111101110110011000111101101011110 | 8fc9eecc7d8fc9eecc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)