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 | 貊弱c | 111001101011101110001110111000111000001010000011 | e6bb8ee38283 |
EUC-JP | 貊弱c | 111011001011110110111100111001011010001111100011 | ecbdbce5a3e3 |
UTF-8 | 貊弱c | 111010001011001010001010111001011011110010110001111011111011110110000011 | e8b28ae5bcb1efbd83 |
UHC | 貊弱c | 110110001110011111100101101100001010001111100011 | d8e7e5b0a3e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)