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 | 璋翩 | 11100000111101101110001111000111 | e0f6e3c7 |
EUC-JP | 璋翩 | 11100000111110001110011011001001 | e0f8e6c9 |
UTF-8 | 璋翩 | 111001111001001010001011111001111011111110101001 | e7928be7bfa9 |
UHC | 璋翩 | 11101101111100001111100010111011 | edf0f8bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)