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 | 001111110011111101010000 | 3f3f50 |
SJIS-WIN | 竪誰P | 1001001001000111100100100100111001010000 | 9247924e50 |
EUC-JP | 竪誰P | 1100001110101000110000111010111101010000 | c3a8c3af50 |
UTF-8 | 竪誰P | 11100111101010111010101011101000101010101011000001010000 | e7abaae8aab050 |
UHC | 竪誰P | 1110001010110101111000101100000101010000 | e2b5e2c150 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)