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 | 貊主泣 | 111001101011101110001110111001011000101110000011 | e6bb8ee58b83 |
EUC-JP | 貊主泣 | 111011001011110110111100111001111011010111100011 | ecbdbce7b5e3 |
UTF-8 | 貊主泣 | 111010001011001010001010111001001011100010111011111001101011001110100011 | e8b28ae4b8bbe6b3a3 |
UHC | 貊主泣 | 110110001110011111110001101010111110101111101000 | d8e7f1abebe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)