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 | §Á}§Á{^ | 10100111110000010111110110100111110000010111101101011110 | a7c17da7c17b5e |
SJIS-WIN | §?}§?{^ | 100000011001100000111111011111011000000110011000001111110111101101011110 | 81983f7d81983f7b5e |
EUC-JP | §Á}§Á{^ | 10100001111110001000111110101010101000010111110110100001111110001000111110101010101000010111101101011110 | a1f88faaa17da1f88faaa17b5e |
UTF-8 | §Á}§Á{^ | 1100001010100111110000111000000101111101110000101010011111000011100000010111101101011110 | c2a7c3817dc2a7c3817b5e |
UHC | §?}§?{^ | 101000011101011100111111011111011010000111010111001111110111101101011110 | a1d73f7da1d73f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)