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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鄒夂擅籬樒 | 11100111101111101001101011100111100111011010000111100010110111111001111011100111 | e7be9ae79da1e2df9ee7 |
EUC-JP | 鄒夂擅籬樒 | 11101110110000001101010011101001110110101010001111100100111000011101110011101001 | eec0d4e9daa3e4e1dce9 |
UTF-8 | 鄒夂擅籬樒 | 111010011000010010010010111001011010010010000010111001101001001110000101111001111011000110101100111001101010100010010010 | e98492e5a482e69385e7b1ace6a892 |
UHC | 鄒?擅籬? | 1111010111011011001111111111010010111010110101111110011000111111 | f5db3ff4bad7e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)