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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 寃?裨 | 1001101110000011001111111110010111101001 | 9b833fe5e9 |
EUC-JP | 寃?裨 | 1101010111100011001111111110101011101011 | d5e33feaeb |
UTF-8 | 寃띤裨 | 111001011010111110000011111010111001110110100100111010001010001110101000 | e5af83eb9da4e8a3a8 |
UHC | 寃띤裨 | 111010101011001010110110111011011101111010100101 | eab2b6eddea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)