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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 辭碑傑 | 111001111000011010010100111010001000110010000110 | e78694e88c86 |
EUC-JP | 辭碑傑 | 111011011110011011001000111010101011011111100110 | ede6c8eab7e6 |
UTF-8 | 辭碑傑 | 111010001011111010101101111001111010001010010001111001011000001010010001 | e8beade7a291e58291 |
UHC | 辭碑傑 | 110111101111011011011101111110001100101111111000 | def6ddf8cbf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)