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{^ | 1000110110111000001111110110111001111101100011011011100000111111011011100111101101011110 | 8db83f6e7d8db83f6e7b5e |
EUC-JP | 査?n}査?n{^ | 1011101010111010001111110110111001111101101110101011101000111111011011100111101101011110 | baba3f6e7dbaba3f6e7b5e |
UTF-8 | 査튿n}査튿n{^ | 1110011010011111101110111110110110001010101111110110111001111101111001101001111110111011111011011000101010111111011011100111101101011110 | e69fbbed8abf6e7de69fbbed8abf6e7b5e |
UHC | 査튿n}査튿n{^ | 11011110110110111100011010110001011011100111110111011110110110111100011010110001011011100111101101011110 | dedbc6b16e7ddedbc6b16e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)