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 | 縞?虞 | 1000111011001000001111111000101111110001 | 8ec83f8bf1 |
EUC-JP | 縞?虞 | 1011110011001010001111111011011011110011 | bcca3fb6f3 |
UTF-8 | 縞렍虞 | 111001111011100010011110111010111010000010001101111010001001100110011110 | e7b89eeba08de8999e |
UHC | 縞렍虞 | 111110111101011010001110101000111110100111100101 | fbd68ea3e9e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)