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 | 釶縫釶縫^ | 111001111101111110010110010001001110011111011111100101100100010001011110 | e7df9644e7df96445e |
EUC-JP | 釶縫釶縫^ | 111011101110000111001011101001011110111011100001110010111010010101011110 | eee1cba5eee1cba55e |
UTF-8 | 釶縫釶縫^ | 11101001100001111011011011100111101110001010101111101001100001111011011011100111101110001010101101011110 | e987b6e7b8abe987b6e7b8ab5e |
UHC | ?縫?縫^ | 00111111110111001110111000111111110111001110111001011110 | 3fdcee3fdcee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)