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{^ | 11100111100110111001011001010110011011100111110111100111100110111001011001010110011011100111101101011110 | e79b96566e7de79b96566e7b5e |
EUC-JP | 逶坊n}逶坊n{^ | 11101101111110111100101110110111011011100111110111101101111110111100101110110111011011100111101101011110 | edfbcbb76e7dedfbcbb76e7b5e |
UTF-8 | 逶坊n}逶坊n{^ | 1110100110000000101101101110010110011101100010100110111001111101111010011000000010110110111001011001110110001010011011100111101101011110 | e980b6e59d8a6e7de980b6e59d8a6e7b5e |
UHC | ?坊n}?坊n{^ | 0011111111011011101010010110111001111101001111111101101110101001011011100111101101011110 | 3fdba96e7d3fdba96e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)