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?v | 00111111010001100011111101110110 | 3f463f76 |
SJIS-WIN | 辰F竪v | 100100100100001101000110100100100100011101110110 | 924346924776 |
EUC-JP | 辰F竪v | 110000111010010001000110110000111010100001110110 | c3a446c3a876 |
UTF-8 | 辰F竪v | 1110100010111110101100000100011011100111101010111010101001110110 | e8beb046e7abaa76 |
UHC | 辰F竪v | 111100101110001101000110111000101011010101110110 | f2e346e2b576 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)