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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 彧慂 | 11111010101110011001110011001000 | fab99cc8 |
EUC-JP | 彧慂 | 1000111110111100111111101101100011001010 | 8fbcfed8ca |
UTF-8 | 彧慂 | 111001011011110110100111111001101000010110000010 | e5bda7e68582 |
UHC | 彧慂 | 11101001111011101110100110111101 | e9eee9bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)