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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 湘琪湘煇B | 100011111100001111111011011010001000111111000011111110110101011101000010 | 8fc3fb688fc3fb5742 |
EUC-JP | 湘琪湘煇B | 1011111011000101100011111100110010101110101111101100010110001111110010011111010101000010 | bec58fccaebec58fc9f542 |
UTF-8 | 湘琪湘煇B | 11100110101110011001100011100111100100001010101011100110101110011001100011100111100001011000011101000010 | e6b998e790aae6b998e7858742 |
UHC | 湘琪湘煇B | 110111111100111111010001101011101101111111001111111111011100100001000010 | dfcfd1aedfcffdc842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)