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 | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
SJIS-WIN | ヘロP | 11001101110110111111011010110100111101101011010001010000 | cddbf6b4f6b450 |
EUC-JP | ヘロ??P | 10001110110011011000111011011011001111110011111101010000 | 8ecd8edb3f3f50 |
UTF-8 | ヘロP | 11101111101111101000110111101111101111101001101111101110100100111001101111101110100100111001101101010000 | efbe8defbe9bee939bee939b50 |
UHC | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)