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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | タ糯 | 1100000011110010100011111110001011110111 | c0f28fe2f7 |
EUC-JP | タ?糯 | 1000111011000000001111111110010011111001 | 8ec03fe4f9 |
UTF-8 | タ糯 | 111011111011111010000000111011101000011110000110111001111011001110101111 | efbe80ee8786e7b3af |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)