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 | 脱炭脱炭^ | 100100100100010110010010010110011001001001000101100100100101100101011110 | 92459259924592595e |
EUC-JP | 脱炭脱炭^ | 110000111010011011000011101110101100001110100110110000111011101001011110 | c3a6c3bac3a6c3ba5e |
UTF-8 | 脱炭脱炭^ | 11101000100001001011000111100111100000101010110111101000100001001011000111100111100000101010110101011110 | e884b1e782ade884b1e782ad5e |
UHC | ?炭?炭^ | 00111111111101111010100100111111111101111010100101011110 | 3ff7a93ff7a95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)