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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 屑蟾 | 10001011111110111110010110110111 | 8bfbe5b7 |
EUC-JP | 屑蟾 | 10110110111111011110101010111001 | b6fdeab9 |
UTF-8 | 屑蟾 | 111001011011000110010001111010001001111110111110 | e5b191e89fbe |
UHC | 屑蟾 | 11100000110110101110000011101010 | e0dae0ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)