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 | 101100011011111101000110 | b1bf46 |
SJIS-WIN | ±?F | 10000001011111010011111101000110 | 817d3f46 |
EUC-JP | ±¿F | 101000011101111010001111101000101100010001000110 | a1de8fa2c446 |
UTF-8 | ±¿F | 1100001010110001110000101011111101000110 | c2b1c2bf46 |
UHC | ±¿F | 1010000110111110101000101010111101000110 | a1bea2af46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)