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{^ | 0011111110011000010100100110111001111101001111111001100001010010011011100111101101011110 | 3f98526e7d3f98526e7b5e |
EUC-JP | ?漏n}?漏n{^ | 0011111111001111101100110110111001111101001111111100111110110011011011100111101101011110 | 3fcfb36e7d3fcfb36e7b5e |
UTF-8 | 不漏n}不漏n{^ | 1110111110100101101001111110011010111100100011110110111001111101111011111010010110100111111001101011110010001111011011100111101101011110 | efa5a7e6bc8f6e7defa5a7e6bc8f6e7b5e |
UHC | 不漏n}不漏n{^ | 11011101110101011101011110101001011011100111110111011101110101011101011110101001011011100111101101011110 | ddd5d7a96e7dddd5d7a96e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)