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 | ??X??N | 001111110011111101011000001111110011111101001110 | 3f3f583f3f4e |
SJIS-WIN | ?キX?「N | 001111111011011101011000001111111010001001001110 | 3fb7583fa24e |
EUC-JP | ?キX?「N | 0011111110001110101101110101100000111111100011101010001001001110 | 3f8eb7583f8ea24e |
UTF-8 | 䵸キX䵸「N | 1110010010110101101110001110111110111101101101110101100011100100101101011011100011101111101111011010001001001110 | e4b5b8efbdb758e4b5b8efbda24e |
UHC | ??X??N | 001111110011111101011000001111110011111101001110 | 3f3f583f3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)