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 | 貊揚薮 | 111001101011101110010111011001111001011011110111 | e6bb976796f7 |
EUC-JP | 貊揚薮 | 111011001011110111001101110010001100110011111001 | ecbdcdc8ccf9 |
UTF-8 | 貊揚薮 | 111010001011001010001010111001101000111110011010111010001001011010101110 | e8b28ae68f9ae896ae |
UHC | 貊揚? | 1101100011100111111001011100000000111111 | d8e7e5c03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)