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 | ?德щ | 0011111111111010101110101000010010001011 | 3ffaba848b |
EUC-JP | ??щ | 00111111001111111010011111101011 | 3f3fa7eb |
UTF-8 | 뤯德щ | 1110101110100100101011111110010110111110101101111101000110001001 | eba4afe5beb7d189 |
UHC | 뤯德щ | 100011111101110111010011111011001010110011101011 | 8fddd3ecaceb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)