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 | 緝緝}緝緝{^ | 1110001101101000111000110110100001111101111000110110100011100011011010000111101101011110 | e368e3687de368e3687b5e |
EUC-JP | 緝緝}緝緝{^ | 1110010111001001111001011100100101111101111001011100100111100101110010010111101101011110 | e5c9e5c97de5c9e5c97b5e |
UTF-8 | 緝緝}緝緝{^ | 111001111011011110011101111001111011011110011101011111011110011110110111100111011110011110110111100111010111101101011110 | e7b79de7b79d7de7b79de7b79d7b5e |
UHC | 緝緝}緝緝{^ | 1111001011111101111100101111110101111101111100101111110111110010111111010111101101011110 | f2fdf2fd7df2fdf2fd7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)