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 | 燎藾^ | 1110000010011001111001010110000001011110 | e099e5605e |
EUC-JP | 燎藾^ | 1101111111111001111010011100000101011110 | dff9e9c15e |
UTF-8 | 燎藾^ | 11100111100001111000111011101000100101111011111001011110 | e7878ee897be5e |
UHC | 燎?^ | 11010110111110100011111101011110 | d6fa3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)