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 | 1111001010100001110011011101011001010000 | f2a1cdd650 |
SJIS-WIN | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
EUC-JP | ò¡ÍÖP | 10001111101010111101001010001111101000101100001010001111101010101011111110001111101010101101001101010000 | 8fabd28fa2c28faabf8faad350 |
UTF-8 | ò¡ÍÖP | 110000111011001011000010101000011100001110001101110000111001011001010000 | c3b2c2a1c38dc39650 |
UHC | ?¡??P | 001111111010001010101110001111110011111101010000 | 3fa2ae3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)