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 | è߸é | 11101000110111111011100011101001 | e8dfb8e9 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | è߸é | 100011111010101110110010100011111010100111001110100011111010001010110001100011111010101110110001 | 8fabb28fa9ce8fa2b18fabb1 |
UTF-8 | è߸é | 1100001110101000110000111001111111000010101110001100001110101001 | c3a8c39fc2b8c3a9 |
UHC | ?߸? | 001111111010100110101100101000101010110000111111 | 3fa9aca2ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)