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{^ | 100100101110100101101110011111011001001011101001011011100111101101011110 | 92e96e7d92e96e7b5e |
EUC-JP | 帝n}帝n{^ | 110001001110101101101110011111011100010011101011011011100111101101011110 | c4eb6e7dc4eb6e7b5e |
UTF-8 | 帝n}帝n{^ | 1110010110111000100111010110111001111101111001011011100010011101011011100111101101011110 | e5b89d6e7de5b89d6e7b5e |
UHC | 帝n}帝n{^ | 111100001010100001101110011111011111000010101000011011100111101101011110 | f0a86e7df0a86e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)