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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 臧???棺^ | 1110010001101000001111110011111100111111100010101011101101011110 | e4683f3f3f8abb5e |
EUC-JP | 臧???棺^ | 1110011111001001001111110011111100111111101101001011110101011110 | e7c93f3f3fb4bd5e |
UTF-8 | 臧비렱쮸棺^ | 11101000100001111010011111101011101110011000010011101011101000001011000111101100101011101011100011100110101000111011101001011110 | e887a7ebb984eba0b1ecaeb8e6a3ba5e |
UHC | 臧비렱쮸棺^ | 1110110111110101101110101111000110001110101111101100001011101001110011101011001001011110 | edf5baf18ebec2e9ceb25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)