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{^ | 100101100101100001101110011111011001011001011000011011100111101101011110 | 96586e7d96586e7b5e |
EUC-JP | 帽n}帽n{^ | 110010111011100101101110011111011100101110111001011011100111101101011110 | cbb96e7dcbb96e7b5e |
UTF-8 | 帽n}帽n{^ | 1110010110111000101111010110111001111101111001011011100010111101011011100111101101011110 | e5b8bd6e7de5b8bd6e7b5e |
UHC | 帽n}帽n{^ | 110110011011011001101110011111011101100110110110011011100111101101011110 | d9b66e7dd9b66e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)