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 | 浯猶 | 11111010111111001001011101010000 | fafc9750 |
EUC-JP | 浯猶 | 1000111111000111110000111100110110110001 | 8fc7c3cdb1 |
UTF-8 | 浯猶 | 111001101011010110101111111001111000110010110110 | e6b5afe78cb6 |
UHC | ?猶 | 001111111110101110100010 | 3feba2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)