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 | ????D | 0011111100111111001111110011111101000100 | 3f3f3f3f44 |
SJIS-WIN | 寃???D | 100110111000001100111111001111110011111101000100 | 9b833f3f3f44 |
EUC-JP | 寃???D | 110101011110001100111111001111110011111101000100 | d5e33f3f3f44 |
UTF-8 | 寃닿렕렟D | 11100101101011111000001111101011100010111011111111101011101000001001010111101011101000001001111101000100 | e5af83eb8bbfeba095eba09f44 |
UHC | 寃닿렕렟D | 111010101011001010110100111010101000111010101010100011101011000001000100 | eab2b4ea8eaa8eb044 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)