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 | 뤛詛}뤛詛{^ | 111010111010010010011011111010001010100110011011011111011110101110100100100110111110100010101001100110110111101101011110 | eba49be8a99b7deba49be8a99b7b5e |
UHC | 뤛詛}뤛詛{^ | 1000111111001010111011101100110001111101100011111100101011101110110011000111101101011110 | 8fcaeecc7d8fcaeecc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)