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 | ?nW}?nW{^ | 001111110110111001010111011111010011111101101110010101110111101101011110 | 3f6e577d3f6e577b5e |
SJIS-WIN | 幄nW}幄nW{^ | 1001101111101000011011100101011101111101100110111110100001101110010101110111101101011110 | 9be86e577d9be86e577b5e |
EUC-JP | 幄nW}幄nW{^ | 1101011011101010011011100101011101111101110101101110101001101110010101110111101101011110 | d6ea6e577dd6ea6e577b5e |
UTF-8 | 幄nW}幄nW{^ | 11100101101110011000010001101110010101110111110111100101101110011000010001101110010101110111101101011110 | e5b9846e577de5b9846e577b5e |
UHC | 幄nW}幄nW{^ | 1110010011000001011011100101011101111101111001001100000101101110010101110111101101011110 | e4c16e577de4c16e577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)