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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 聆翳\ | 1110001111010111111000111100100001011100 | e3d7e3c85c |
EUC-JP | 聆翳\ | 1110011011011001111001101100101001011100 | e6d9e6ca5c |
UTF-8 | 聆翳\ | 11101000100000011000011011100111101111111011001101011100 | e88186e7bfb35c |
UHC | 聆?\ | 11010110110000000011111101011100 | d6c03f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)