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 | 倏踞}倏踞{^ | 1110000011000101111001101111010101111101111000001100010111100110111101010111101101011110 | e0c5e6f57de0c5e6f57b5e |
EUC-JP | 倏踞}倏踞{^ | 1110000011000111111011001111011101111101111000001100011111101100111101110111101101011110 | e0c7ecf77de0c7ecf77b5e |
UTF-8 | 倏踞}倏踞{^ | 111001011000000010001111111010001011100010011110011111011110010110000000100011111110100010111000100111100111101101011110 | e5808fe8b89e7de5808fe8b89e7b5e |
UHC | ?踞}?踞{^ | 001111111100101111100110011111010011111111001011111001100111101101011110 | 3fcbe67d3fcbe67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)