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^ | 0011111100111111001111110110010101011110 | 3f3f3f655e |
SJIS-WIN | ?挑?e^ | 001111111001001010100111001111110110010101011110 | 3f92a73f655e |
EUC-JP | ?挑?e^ | 001111111100010010101001001111110110010101011110 | 3fc4a93f655e |
UTF-8 | 뤵挑㉩e^ | 1110101110100100101101011110011010001100100100011110001110001001101010010110010101011110 | eba4b5e68c91e389a9655e |
UHC | 뤵挑㉩e^ | 1000111111100011110100111111101110101000101110100110010101011110 | 8fe3d3fba8ba655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)