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 | 額?? | 10001010011110100011111100111111 | 8a7a3f3f |
EUC-JP | 額?œ | 101100111101101100111111100011111010100111001101 | b3db3f8fa9cd |
UTF-8 | 額과œ | 1110100110100001100011011110101010110011101111001100010110010011 | e9a18deab3bcc593 |
UHC | 額과œ | 111001001111111010110000111110101010100110101011 | e4feb0faa9ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)