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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 辰綻賊箪^ | 100100100100001110010010010111011001000110101111100100100101110001011110 | 9243925d91af925c5e |
EUC-JP | 辰綻賊箪^ | 110000111010010011000011101111101100001010110001110000111011110101011110 | c3a4c3bec2b1c3bd5e |
UTF-8 | 辰綻賊箪^ | 11101000101111101011000011100111101101101011101111101000101100111000101011100111101011101010101001011110 | e8beb0e7b6bbe8b38ae7aeaa5e |
UHC | 辰綻賊?^ | 1111001011100011111101111010101011101110111001000011111101011110 | f2e3f7aaeee43f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)