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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 驪檎ッゥ奛シ | 111010011000101110001100111001111010111110101001111110101010000110111100 | e98b8ce7afa9faa1bc |
EUC-JP | 驪檎ッゥ奛シ | 11110001111010111011100011101001100011101010111110001110101010011000111110111000111101111000111010111100 | f1ebb8e98eaf8ea98fb8f78ebc |
UTF-8 | 驪檎ッゥ奛シ | 111010011010100110101010111001101010101010001110111011111011110110101111111011111011110110101001111001011010010110011011111011111011110110111100 | e9a9aae6aa8eefbdafefbda9e5a59befbdbc |
UHC | 驪檎???? | 1101010111110001110100001101010100111111001111110011111100111111 | d5f1d0d53f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)