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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 緘緘}緘緘{^ | 1110001101100111111000110110011101111101111000110110011111100011011001110111101101011110 | e367e3677de367e3677b5e |
EUC-JP | 緘緘}緘緘{^ | 1110010111001000111001011100100001111101111001011100100011100101110010000111101101011110 | e5c8e5c87de5c8e5c87b5e |
UTF-8 | 緘緘}緘緘{^ | 111001111011011110011000111001111011011110011000011111011110011110110111100110001110011110110111100110000111101101011110 | e7b798e7b7987de7b798e7b7987b5e |
UHC | 緘緘}緘緘{^ | 1111100111100101111110011110010101111101111110011110010111111001111001010111101101011110 | f9e5f9e57df9e5f9e57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)