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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 緯油 | 10001000110111001001011011111011 | 88dc96fb |
EUC-JP | 緯油 | 10110000110111101100110011111101 | b0deccfd |
UTF-8 | 緯油 | 111001111011011110101111111001101011001010111001 | e7b7afe6b2b9 |
UHC | 緯油 | 11101010110101011110101011111010 | ead5eafa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)