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{^ | 10011110110111111110101001101001011011100111110110011110110111111110101001101001011011100111101101011110 | 9edfea696e7d9edfea696e7b5e |
EUC-JP | 槧麒n}槧麒n{^ | 11011100111000011111001111001010011011100111110111011100111000011111001111001010011011100111101101011110 | dce1f3ca6e7ddce1f3ca6e7b5e |
UTF-8 | 槧麒n}槧麒n{^ | 1110011010100111101001111110100110111010100100100110111001111101111001101010011110100111111010011011101010010010011011100111101101011110 | e6a7a7e9ba926e7de6a7a7e9ba926e7b5e |
UHC | ?麒n}?麒n{^ | 0011111111010001110010110110111001111101001111111101000111001011011011100111101101011110 | 3fd1cb6e7d3fd1cb6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)