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 | ?}?Z?D | 001111110111110100111111010110100011111101000100 | 3f7d3f5a3f44 |
SJIS-WIN | ?}?Z?D | 001111110111110100111111010110100011111101000100 | 3f7d3f5a3f44 |
EUC-JP | ?}?Z?D | 001111110111110100111111010110100011111101000100 | 3f7d3f5a3f44 |
UTF-8 | 혦}혥Z챌D | 111011011001100010100110011111011110110110011000101001010101101011101100101100011000110001000100 | ed98a67ded98a55aecb18c44 |
UHC | 혦}혥Z챌D | 110000101000111001111101110000101000110101011010110000111010011101000100 | c28e7dc28d5ac3a744 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)