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 | 蹂始}蹂始{^ | 1110011011111000100011100110111001111101111001101111100010001110011011100111101101011110 | e6f88e6e7de6f88e6e7b5e |
EUC-JP | 蹂始}蹂始{^ | 1110110011111010101110111100111101111101111011001111101010111011110011110111101101011110 | ecfabbcf7decfabbcf7b5e |
UTF-8 | 蹂始}蹂始{^ | 111010001011100110000010111001011010011110001011011111011110100010111001100000101110010110100111100010110111101101011110 | e8b982e5a78b7de8b982e5a78b7b5e |
UHC | 蹂始}蹂始{^ | 1110101110110011111000111011011101111101111010111011001111100011101101110111101101011110 | ebb3e3b77debb3e3b77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)