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{^ | 1000100101101011001111110110111001111101100010010110101100111111011011100111101101011110 | 896b3f6e7d896b3f6e7b5e |
EUC-JP | 洩?n}洩?n{^ | 1011000111001100001111110110111001111101101100011100110000111111011011100111101101011110 | b1cc3f6e7db1cc3f6e7b5e |
UTF-8 | 洩鐥n}洩鐥n{^ | 1110011010110100101010011110100110010000101001010110111001111101111001101011010010101001111010011001000010100101011011100111101101011110 | e6b4a9e990a56e7de6b4a9e990a56e7b5e |
UHC | 洩鐥n}洩鐥n{^ | 11100000110111011110000011010110011011100111110111100000110111011110000011010110011011100111101101011110 | e0dde0d66e7de0dde0d66e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)