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 | 豫?豫 | 1001100010101100001111111001100010101100 | 98ac3f98ac |
EUC-JP | 豫?豫 | 1101000010101110001111111101000010101110 | d0ae3fd0ae |
UTF-8 | 豫땒豫 | 111010001011000110101011111010111001010110010010111010001011000110101011 | e8b1abeb9592e8b1ab |
UHC | 豫땒豫 | 111001111110001110001011011010001110011111100011 | e7e38b68e7e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)