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 | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-WIN | 蠍ャx | 11100101101101101010110001111000 | e5b6ac78 |
EUC-JP | 蠍ャx | 1110101010111000100011101010110001111000 | eab88eac78 |
UTF-8 | 蠍ャx | 11101000101000001000110111101111101111011010110001111000 | e8a08defbdac78 |
UHC | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)