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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 跋暦ス。奣 | 1110011011101011100101111110111110111101101000011111101010100011 | e6eb97efbda1faa3 |
EUC-JP | 跋暦ス。奣 | 1110110011101101110011101111000110001110101111011000111010100001100011111011100011111100 | ecedcef18ebd8ea18fb8fc |
UTF-8 | 跋暦ス。奣 | 111010001011011110001011111001101001101010100110111011111011110110111101111011111011110110100001111001011010010110100011 | e8b78be69aa6efbdbdefbda1e5a5a3 |
UHC | 跋???? | 110110111010001000111111001111110011111100111111 | dba23f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)