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 | 銓滄ァ戊・ | 1110011111110010100111111110100110100111100101011110100010100101 | e7f29fe9a795e8a5 |
EUC-JP | 銓滄ァ戊・ | 11101110111101001101111011101011100011101010011111001010111010101000111010100101 | eef4deeb8ea7caea8ea5 |
UTF-8 | 銓滄ァ戊・ | 111010011000101010010011111001101011101110000100111011111011110110100111111001101000100010001010111011111011110110100101 | e98a93e6bb84efbda7e6888aefbda5 |
UHC | 銓滄?戊? | 1110111110110000111100111110011100111111110110011110011000111111 | efb0f3e73fd9e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)