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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 浯質鴪 | 111110101111110010001110101111111110100111110000 | fafc8ebfe9f0 |
EUC-JP | 浯質鴪 | 10001111110001111100001110111100110000011111001011110010 | 8fc7c3bcc1f2f2 |
UTF-8 | 浯質鴪 | 111001101011010110101111111010001011001110101010111010011011010010101010 | e6b5afe8b3aae9b4aa |
UHC | ?質? | 00111111111100101111010100111111 | 3ff2f53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)