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 | ?F?FB | 0011111101000110001111110100011001000010 | 3f463f4642 |
SJIS-WIN | 辰F辰FB | 10010010010000110100011010010010010000110100011001000010 | 92434692434642 |
EUC-JP | 辰F辰FB | 11000011101001000100011011000011101001000100011001000010 | c3a446c3a44642 |
UTF-8 | 辰F辰FB | 111010001011111010110000010001101110100010111110101100000100011001000010 | e8beb046e8beb04642 |
UHC | 辰F辰FB | 11110010111000110100011011110010111000110100011001000010 | f2e346f2e34642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)