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 | 褸熔 | 11100101111110001001011101101111 | e5f8976f |
EUC-JP | 褸熔 | 11101010111110101100110111010000 | eafacdd0 |
UTF-8 | 褸熔 | 111010001010010010111000111001111000011010010100 | e8a4b8e78694 |
UHC | 褸熔 | 11010111101011101110100111000010 | d7aee9c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)