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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 爭侃^ | 1110000010100101100010101010010001011110 | e0a58aa45e |
EUC-JP | 爭侃^ | 1110000010100111101101001010011001011110 | e0a7b4a65e |
UTF-8 | 爭侃^ | 11100111100010001010110111100100101111101000001101011110 | e788ade4be835e |
UHC | 爭侃^ | 1110111010110011110010101100100101011110 | eeb3cac95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)