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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | エ謗シシ | 11110000101101011011010011100110100011101011110010111100 | f0b5b4e68ebcbc |
EUC-JP | ?エ謗シシ | 001111111000111010110100111010111110111010001110101111001000111010111100 | 3f8eb4ebee8ebc8ebc |
UTF-8 | エ謗シシ | 111011101000000110110100111011111011110110110100111010001010110010010111111011111011110110111100111011111011110110111100 | ee81b4efbdb4e8ac97efbdbcefbdbc |
UHC | ??謗?? | 001111110011111111011011101111110011111100111111 | 3f3fdbbf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)