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{^ | 1001001111111100001111110110111001111101100100111111110000111111011011100111101101011110 | 93fc3f6e7d93fc3f6e7b5e |
EUC-JP | 入?n}入?n{^ | 1100011011111110001111110110111001111101110001101111111000111111011011100111101101011110 | c6fe3f6e7dc6fe3f6e7b5e |
UTF-8 | 入렏n}入렏n{^ | 1110010110000101101001011110101110100000100011110110111001111101111001011000010110100101111010111010000010001111011011100111101101011110 | e585a5eba08f6e7de585a5eba08f6e7b5e |
UHC | 入렏n}入렏n{^ | 11101100111111011000111010100101011011100111110111101100111111011000111010100101011011100111101101011110 | ecfd8ea56e7decfd8ea56e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)