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 | Ì÷Ì÷F | 1100110011110111110011001111011101000110 | ccf7ccf746 |
SJIS-WIN | ?÷?÷F | 00111111100000011000000000111111100000011000000001000110 | 3f81803f818046 |
EUC-JP | Ì÷Ì÷F | 1000111110101010110000001010000111100000100011111010101011000000101000011110000001000110 | 8faac0a1e08faac0a1e046 |
UTF-8 | Ì÷Ì÷F | 110000111000110011000011101101111100001110001100110000111011011101000110 | c38cc3b7c38cc3b746 |
UHC | ?÷?÷F | 00111111101000011100000000111111101000011100000001000110 | 3fa1c03fa1c046 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)