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 | ?z?zB | 0011111101111010001111110111101001000010 | 3f7a3f7a42 |
SJIS-WIN | 歿z歿zB | 10011111011001100111101010011111011001100111101001000010 | 9f667a9f667a42 |
EUC-JP | 歿z歿zB | 11011101110001110111101011011101110001110111101001000010 | ddc77addc77a42 |
UTF-8 | 歿z歿zB | 111001101010110110111111011110101110011010101101101111110111101001000010 | e6adbf7ae6adbf7a42 |
UHC | 歿z歿zB | 11011001110100010111101011011001110100010111101001000010 | d9d17ad9d17a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)