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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 丹速B | 1001001001001111100100011010110001000010 | 924f91ac42 |
EUC-JP | 丹速B | 1100001110110000110000101010111001000010 | c3b0c2ae42 |
UTF-8 | 丹速B | 11100100101110001011100111101001100000001001111101000010 | e4b8b9e9809f42 |
UHC | 丹速B | 1101001110100001111000011101110001000010 | d3a1e1dc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)