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{^ | 1000100101011111001111110110111001111101100010010101111100111111011011100111101101011110 | 895f3f6e7d895f3f6e7b5e |
EUC-JP | 雲?n}雲?n{^ | 1011000111000000001111110110111001111101101100011100000000111111011011100111101101011110 | b1c03f6e7db1c03f6e7b5e |
UTF-8 | 雲렋n}雲렋n{^ | 1110100110011011101100101110101110100000100010110110111001111101111010011001101110110010111010111010000010001011011011100111101101011110 | e99bb2eba08b6e7de99bb2eba08b6e7b5e |
UHC | 雲렋n}雲렋n{^ | 11101010101000111000111010100010011011100111110111101010101000111000111010100010011011100111101101011110 | eaa38ea26e7deaa38ea26e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)