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 | 101100011111100001000010 | b1f842 |
SJIS-WIN | ±?B | 10000001011111010011111101000010 | 817d3f42 |
EUC-JP | ±øB | 101000011101111010001111101010011100110001000010 | a1de8fa9cc42 |
UTF-8 | ±øB | 1100001010110001110000111011100001000010 | c2b1c3b842 |
UHC | ±øB | 1010000110111110101010011010101001000010 | a1bea9aa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)