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 | 蟠ァ閾・豕 | 1110010110110100101001111110100010000111101001011110011010110011 | e5b4a7e887a5e6b3 |
EUC-JP | 蟠ァ閾・豕 | 11101010101101101000111010100111111011111110011110001110101001011110110010110101 | eab68ea7efe78ea5ecb5 |
UTF-8 | 蟠ァ閾・豕 | 111010001001111110100000111011111011110110100111111010011001011010111110111011111011110110100101111010001011000110010101 | e89fa0efbda7e996beefbda5e8b195 |
UHC | 蟠???豕 | 11011010111101100011111100111111001111111110001111001110 | daf63f3f3fe3ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)