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{^ | 11111011101010111111010010111000011011100111110111111011101010111111010010111000011011100111101101011110 | fbabf4b86e7dfbabf4b86e7b5e |
EUC-JP | 譓?n}譓?n{^ | 10001111110111101100101100111111011011100111110110001111110111101100101100111111011011100111101101011110 | 8fdecb3f6e7d8fdecb3f6e7b5e |
UTF-8 | 譓n}譓n{^ | 1110100010101101100100111110111010001101101001110110111001111101111010001010110110010011111011101000110110100111011011100111101101011110 | e8ad93ee8da76e7de8ad93ee8da76e7b5e |
UHC | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)