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 | 倖捧? | 1000110011110100100101011111100100111111 | 8cf495f93f |
EUC-JP | 倖捧? | 1011100011110110110010101111101100111111 | b8f6cafb3f |
UTF-8 | 倖捧씌 | 111001011000000010010110111001101000110110100111111011001001010010001100 | e58096e68da7ec948c |
UHC | 倖捧씌 | 111110101011100011011100111010011011111010111010 | fab8dce9beba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)