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 | 謖蛾▲ | 111001101000110010001001111010011000000110100011 | e68c89e981a3 |
EUC-JP | 謖蛾▲ | 111010111110110010110010111010111010001010100101 | ebecb2eba2a5 |
UTF-8 | 謖蛾▲ | 111010001010110010010110111010001001101110111110111000101001011010110010 | e8ac96e89bbee296b2 |
UHC | 謖蛾▲ | 111000011101101011100100101101101010000111100011 | e1dae4b6a1e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)