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 | 粤踞}粤踞{^ | 1110001011100011111001101111010101111101111000101110001111100110111101010111101101011110 | e2e3e6f57de2e3e6f57b5e |
EUC-JP | 粤踞}粤踞{^ | 1110010011100101111011001111011101111101111001001110010111101100111101110111101101011110 | e4e5ecf77de4e5ecf77b5e |
UTF-8 | 粤踞}粤踞{^ | 111001111011001010100100111010001011100010011110011111011110011110110010101001001110100010111000100111100111101101011110 | e7b2a4e8b89e7de7b2a4e8b89e7b5e |
UHC | ?踞}?踞{^ | 001111111100101111100110011111010011111111001011111001100111101101011110 | 3fcbe67d3fcbe67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)