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 | 掌i?魚 | 10001111101101101000001010001001001111111000101110011011 | 8fb682893f8b9b |
EUC-JP | 掌i?魚 | 10111110101110001010001111101001001111111011010111111011 | beb8a3e93fb5fb |
UTF-8 | 掌i뇠魚 | 111001101000111010001100111011111011110110001001111010111000011110100000111010011010110110011010 | e68e8cefbd89eb87a0e9ad9a |
UHC | 掌i뇠魚 | 1110110111100110101000111110100110000111100010001110010111100000 | ede6a3e98788e5e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)