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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 衣梨衣悧^ | 100010001101111110010111100111001000100011011111100111001010010001011110 | 88df979c88df9ca45e |
EUC-JP | 衣梨衣悧^ | 101100001110000111001101111111001011000011100001110110001010011001011110 | b0e1cdfcb0e1d8a65e |
UTF-8 | 衣梨衣悧^ | 11101000101000011010001111100110101000101010100011101000101000011010001111100110100000101010011101011110 | e8a1a3e6a2a8e8a1a3e682a75e |
UHC | 衣梨衣悧^ | 111010111111110111010111110111101110101111111101110101111101110001011110 | ebfdd7deebfdd7dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)