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 | 羲翠 | 11100011101110101001000010001001 | e3ba9089 |
EUC-JP | 羲翠 | 11100110101111001011111111101001 | e6bcbfe9 |
UTF-8 | 羲翠 | 111001111011111010110010111001111011111110100000 | e7beb2e7bfa0 |
UHC | 羲翠 | 11111101111111011111011010101000 | fdfdf6a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)