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 | 、謗ケ | 111100001110001010100100111001101000111010111001 | f0e2a4e68eb9 |
EUC-JP | ?、謗ケ | 00111111100011101010010011101011111011101000111010111001 | 3f8ea4ebee8eb9 |
UTF-8 | 、謗ケ | 111011101000001010100001111011111011110110100100111010001010110010010111111011111011110110111001 | ee82a1efbda4e8ac97efbdb9 |
UHC | ??謗? | 0011111100111111110110111011111100111111 | 3f3fdbbf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)