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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 尅藐尅藐B | 100110111001000111100101010101111001101110010001111001010101011101000010 | 9b91e5579b91e55742 |
EUC-JP | 尅藐尅藐B | 110101011111000111101001101110001101010111110001111010011011100001000010 | d5f1e9b8d5f1e9b842 |
UTF-8 | 尅藐尅藐B | 11100101101100001000010111101000100101111001000011100101101100001000010111101000100101111001000001000010 | e5b085e89790e5b085e8979042 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)