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 | 辭碑陪 | 111001111000011010010100111010001001010010000110 | e78694e89486 |
EUC-JP | 辭碑陪 | 111011011110011011001000111010101100011111100110 | ede6c8eac7e6 |
UTF-8 | 辭碑陪 | 111010001011111010101101111001111010001010010001111010011001100110101010 | e8beade7a291e999aa |
UHC | 辭碑陪 | 110111101111011011011101111110001101101111010110 | def6ddf8dbd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)