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{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | ?坎n}?坎n{^ | 0011111110011010101010100110111001111101001111111001101010101010011011100111101101011110 | 3f9aaa6e7d3f9aaa6e7b5e |
EUC-JP | ?坎n}?坎n{^ | 0011111111010100101011000110111001111101001111111101010010101100011011100111101101011110 | 3fd4ac6e7d3fd4ac6e7b5e |
UTF-8 | 삯坎n}삯坎n{^ | 1110110010000010101011111110010110011101100011100110111001111101111011001000001010101111111001011001110110001110011011100111101101011110 | ec82afe59d8e6e7dec82afe59d8e6e7b5e |
UHC | 삯坎n}삯坎n{^ | 10111011111010011100101011101100011011100111110110111011111010011100101011101100011011100111101101011110 | bbe9caec6e7dbbe9caec6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)