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{^ | 1001100010101001001111110110111001111101100110001010100100111111011011100111101101011110 | 98a93f6e7d98a93f6e7b5e |
EUC-JP | 乘?n}乘?n{^ | 1101000010101011001111110110111001111101110100001010101100111111011011100111101101011110 | d0ab3f6e7dd0ab3f6e7b5e |
UTF-8 | 乘兩n}乘兩n{^ | 1110010010111001100110001110111110100101101110000110111001111101111001001011100110011000111011111010010110111000011011100111101101011110 | e4b998efa5b86e7de4b998efa5b86e7b5e |
UHC | 乘兩n}乘兩n{^ | 11100011101010111110010110111011011011100111110111100011101010111110010110111011011011100111101101011110 | e3abe5bb6e7de3abe5bb6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)