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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 頂?g燼 | 10010010101110000011111110000010100001111110000010011110 | 92b83f8287e09e |
EUC-JP | 頂?g燼 | 11000100101110100011111110100011111001111101111111111110 | c4ba3fa3e7dffe |
UTF-8 | 頂얍g燼 | 111010011010000010000010111011001001011010001101111011111011110110000111111001111000011110111100 | e9a082ec968defbd87e787bc |
UHC | 頂얍g燼 | 1111000010100010101111101110010110100011111001111110001111101000 | f0a2bee5a3e7e3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)