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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?憧?潔盂 | 0011111110010011101100100011111110001100100010011110000110110001 | 3f93b23f8c89e1b1 |
EUC-JP | ?憧?潔盂 | 0011111111000110101101000011111110110111111010011110001010110011 | 3fc6b43fb7e9e2b3 |
UTF-8 | 뤯憧웝潔盂 | 111010111010010010101111111001101000011010100111111011001001101110011101111001101011110110010100111001111001101110000010 | eba4afe686a7ec9b9de6bd94e79b82 |
UHC | 뤯憧웝潔盂 | 10001111110111011101010011010011101111111111101111001100101111101110100111011101 | 8fddd4d3bffbccbee9dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)