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 | ?A?}?A?{^ | 001111110100000100111111011111010011111101000001001111110111101101011110 | 3f413f7d3f413f7b5e |
SJIS-WIN | 澹A矼}澹A矼{^ | 11100000010101110100000111100001111000110111110111100000010101110100000111100001111000110111101101011110 | e05741e1e37de05741e1e37b5e |
EUC-JP | 澹A矼}澹A矼{^ | 11011111101110000100000111100010111001010111110111011111101110000100000111100010111001010111101101011110 | dfb841e2e57ddfb841e2e57b5e |
UTF-8 | 澹A矼}澹A矼{^ | 1110011010111110101110010100000111100111100111111011110001111101111001101011111010111001010000011110011110011111101111000111101101011110 | e6beb941e79fbc7de6beb941e79fbc7b5e |
UHC | 澹A?}澹A?{^ | 1101001111000010010000010011111101111101110100111100001001000001001111110111101101011110 | d3c2413f7dd3c2413f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)