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 | ?x}B | 00111111011110000111110101000010 | 3f787d42 |
SJIS-WIN | 辰x}B | 1001001001000011011110000111110101000010 | 9243787d42 |
EUC-JP | 辰x}B | 1100001110100100011110000111110101000010 | c3a4787d42 |
UTF-8 | 辰x}B | 111010001011111010110000011110000111110101000010 | e8beb0787d42 |
UHC | 辰x}B | 1111001011100011011110000111110101000010 | f2e3787d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)