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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 雎∝揃蠖 | 1110100010110001100000011110010110010001101101011110010110111101 | e8b181e591b5e5bd |
EUC-JP | 雎∝揃蠖 | 1111000010110011101000101110011111000010101101111110101010111111 | f0b3a2e7c2b7eabf |
UTF-8 | 雎∝揃蠖 | 111010011001101110001110111000101000100010011101111001101000111110000011111010001010000010010110 | e99b8ee2889de68f83e8a096 |
UHC | 雎∝?? | 111011101101000110100001111100000011111100111111 | eed1a1f03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)