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 | nb[nb[^ | 100100000110111001100010010110111001000001101110011000100101101101011110 | 906e625b906e625b5e |
SJIS-WIN | ?nb[?nb[^ | 001111110110111001100010010110110011111101101110011000100101101101011110 | 3f6e625b3f6e625b5e |
EUC-JP | ?nb[?nb[^ | 001111110110111001100010010110110011111101101110011000100101101101011110 | 3f6e625b3f6e625b5e |
UTF-8 | nb[nb[^ | 1100001010010000011011100110001001011011110000101001000001101110011000100101101101011110 | c2906e625bc2906e625b5e |
UHC | ?nb[?nb[^ | 001111110110111001100010010110110011111101101110011000100101101101011110 | 3f6e625b3f6e625b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)