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{^ | 11111011101010011000111010110001011011100111110111111011101010011000111010110001011011100111101101011110 | fba98eb16e7dfba98eb16e7b5e |
EUC-JP | ?竺n}?竺n{^ | 0011111110111100101100110110111001111101001111111011110010110011011011100111101101011110 | 3fbcb36e7d3fbcb36e7b5e |
UTF-8 | 諸竺n}諸竺n{^ | 1110111110101000101000101110011110101011101110100110111001111101111011111010100010100010111001111010101110111010011011100111101101011110 | efa8a2e7abba6e7defa8a2e7abba6e7b5e |
UHC | ?竺n}?竺n{^ | 0011111111110101111001110110111001111101001111111111010111100111011011100111101101011110 | 3ff5e76e7d3ff5e76e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)