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 | 脱賊叩旦^ | 100100100100010110010001101011111001001001000000100100100101010101011110 | 924591af924092555e |
EUC-JP | 脱賊叩旦^ | 110000111010011011000010101100011100001110100001110000111011011001011110 | c3a6c2b1c3a1c3b65e |
UTF-8 | 脱賊叩旦^ | 11101000100001001011000111101000101100111000101011100101100011111010100111100110100101111010011001011110 | e884b1e8b38ae58fa9e697a65e |
UHC | ?賊叩旦^ | 0011111111101110111001001100110110110000110100111010100101011110 | 3feee4cdb0d3a95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)