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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 進?n}進?n{^ | 1001000001101001001111110110111001111101100100000110100100111111011011100111101101011110 | 90693f6e7d90693f6e7b5e |
EUC-JP | 進?n}進?n{^ | 1011111111001010001111110110111001111101101111111100101000111111011011100111101101011110 | bfca3f6e7dbfca3f6e7b5e |
UTF-8 | 進셈n}進셈n{^ | 1110100110000000101100101110110010000101100010000110111001111101111010011000000010110010111011001000010110001000011011100111101101011110 | e980b2ec85886e7de980b2ec85886e7b5e |
UHC | 進셈n}進셈n{^ | 11110010111001001011110011000000011011100111110111110010111001001011110011000000011011100111101101011110 | f2e4bcc06e7df2e4bcc06e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)