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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?德ь | 0011111111111010101110101000010010001110 | 3ffaba848e |
EUC-JP | ??ь | 00111111001111111010011111101110 | 3f3fa7ee |
UTF-8 | 뤯德ь | 1110101110100100101011111110010110111110101101111101000110001100 | eba4afe5beb7d18c |
UHC | 뤯德ь | 100011111101110111010011111011001010110011101110 | 8fddd3ecacee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)