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 | üéP | 1001100011111100100000101110100110000100101011011001011101010000 | 98fc82e984ad9750 |
SJIS-WIN | ???????P | 0011111100111111001111110011111100111111001111110011111101010000 | 3f3f3f3f3f3f3f50 |
EUC-JP | ?ü?é???P | 001111111000111110101011111001000011111110001111101010111011000100111111001111110011111101010000 | 3f8fabe43f8fabb13f3f3f50 |
UTF-8 | üéP | 110000101001100011000011101111001100001010000010110000111010100111000010100001001100001010101101110000101001011101010000 | c298c3bcc282c3a9c284c2adc29750 |
UHC | ??????P | 001111110011111100111111001111110011111110100001101010010011111101010000 | 3f3f3f3f3fa1a93f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)