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 | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-WIN | 棕???e^ | 10011110101000010011111100111111001111110110010101011110 | 9ea13f3f3f655e |
EUC-JP | 棕???e^ | 11011100101000110011111100111111001111110110010101011110 | dca33f3f3f655e |
UTF-8 | 棕희렰렓e^ | 1110011010100011100101011110110110011101101011001110101110100000101100001110101110100000100100110110010101011110 | e6a395ed9daceba0b0eba093655e |
UHC | 棕희렰렓e^ | 11110000111101111100100011110001100011101011110110001110101010000110010101011110 | f0f7c8f18ebd8ea8655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)