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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 儀儀B | 1000101101010110100010110101011001000010 | 8b568b5642 |
EUC-JP | 儀儀B | 1011010110110111101101011011011101000010 | b5b7b5b742 |
UTF-8 | 儀儀B | 11100101100001001000000011100101100001001000000001000010 | e58480e5848042 |
UHC | 儀儀B | 1110101111110000111010111111000001000010 | ebf0ebf042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)