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{^ | 00111111011011100111110100111111011011100111101101011110 | 3f6e7d3f6e7b5e |
SJIS-WIN | 娟n}娟n{^ | 100110110100111001101110011111011001101101001110011011100111101101011110 | 9b4e6e7d9b4e6e7b5e |
EUC-JP | 娟n}娟n{^ | 110101011010111101101110011111011101010110101111011011100111101101011110 | d5af6e7dd5af6e7b5e |
UTF-8 | 娟n}娟n{^ | 1110010110101000100111110110111001111101111001011010100010011111011011100111101101011110 | e5a89f6e7de5a89f6e7b5e |
UHC | 娟n}娟n{^ | 111001101100001001101110011111011110011011000010011011100111101101011110 | e6c26e7de6c26e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)