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 | 籬贏 | 11100010110111111110011011010101 | e2dfe6d5 |
EUC-JP | 籬贏 | 11100100111000011110110011010111 | e4e1ecd7 |
UTF-8 | 籬贏 | 111001111011000110101100111010001011010010001111 | e7b1ace8b48f |
UHC | 籬? | 110101111110011000111111 | d7e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)