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 | 羲遂 | 11100011101110101001000010001011 | e3ba908b |
EUC-JP | 羲遂 | 11100110101111001011111111101011 | e6bcbfeb |
UTF-8 | 羲遂 | 111001111011111010110010111010011000000110000010 | e7beb2e98182 |
UHC | 羲遂 | 11111101111111011110001011000100 | fdfde2c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)