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 | 辭碑傑笘 | 1110011110000110100101001110100010001100100001101110001010011000 | e78694e88c86e298 |
EUC-JP | 辭碑傑笘 | 1110110111100110110010001110101010110111111001101110001111111000 | ede6c8eab7e6e3f8 |
UTF-8 | 辭碑傑笘 | 111010001011111010101101111001111010001010010001111001011000001010010001111001111010110010011000 | e8beade7a291e58291e7ac98 |
UHC | 辭碑傑? | 11011110111101101101110111111000110010111111100000111111 | def6ddf8cbf83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)