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{^ | 10010000101100101111100111101011011011100111110110010000101100101111100111101011011011100111101101011110 | 90b2f9eb6e7d90b2f9eb6e7b5e |
EUC-JP | 栖?n}栖?n{^ | 1100000010110100001111110110111001111101110000001011010000111111011011100111101101011110 | c0b43f6e7dc0b43f6e7b5e |
UTF-8 | 栖n}栖n{^ | 1110011010100000100101101110111010011101100001100110111001111101111001101010000010010110111011101001110110000110011011100111101101011110 | e6a096ee9d866e7de6a096ee9d866e7b5e |
UHC | 栖?n}栖?n{^ | 1101111111110111001111110110111001111101110111111111011100111111011011100111101101011110 | dff73f6e7ddff73f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)