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{^ | 100100101001100101101110011111011001001010011001011011100111101101011110 | 92996e7d92996e7b5e |
EUC-JP | 貯n}貯n{^ | 110000111111100101101110011111011100001111111001011011100111101101011110 | c3f96e7dc3f96e7b5e |
UTF-8 | 貯n}貯n{^ | 1110100010110010101011110110111001111101111010001011001010101111011011100111101101011110 | e8b2af6e7de8b2af6e7b5e |
UHC | 貯n}貯n{^ | 111011101100110101101110011111011110111011001101011011100111101101011110 | eecd6e7deecd6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)