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{^ | 100100111100111001101110011111011001001111001110011011100111101101011110 | 93ce6e7d93ce6e7b5e |
EUC-JP | 鳶n}鳶n{^ | 110001101101000001101110011111011100011011010000011011100111101101011110 | c6d06e7dc6d06e7b5e |
UTF-8 | 鳶n}鳶n{^ | 1110100110110011101101100110111001111101111010011011001110110110011011100111101101011110 | e9b3b66e7de9b3b66e7b5e |
UHC | 鳶n}鳶n{^ | 111001101110100101101110011111011110011011101001011011100111101101011110 | e6e96e7de6e96e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)