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 | 褸碾 | 11100101111110001110000111111000 | e5f8e1f8 |
EUC-JP | 褸碾 | 11101010111110101110001011111010 | eafae2fa |
UTF-8 | 褸碾 | 111010001010010010111000111001111010001010111110 | e8a4b8e7a2be |
UHC | 褸? | 110101111010111000111111 | d7ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)