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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 蟠ァ^ | 11100101101101001010011101011110 | e5b4a75e |
EUC-JP | 蟠ァ^ | 1110101010110110100011101010011101011110 | eab68ea75e |
UTF-8 | 蟠ァ^ | 11101000100111111010000011101111101111011010011101011110 | e89fa0efbda75e |
UHC | 蟠?^ | 11011010111101100011111101011110 | daf63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)