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{^ | 10001110110010101000111010110001011011100111110110001110110010101000111010110001011011100111101101011110 | 8eca8eb16e7d8eca8eb16e7b5e |
EUC-JP | 写竺n}写竺n{^ | 10111100110011001011110010110011011011100111110110111100110011001011110010110011011011100111101101011110 | bcccbcb36e7dbcccbcb36e7b5e |
UTF-8 | 写竺n}写竺n{^ | 1110010110000110100110011110011110101011101110100110111001111101111001011000011010011001111001111010101110111010011011100111101101011110 | e58699e7abba6e7de58699e7abba6e7b5e |
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)