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 | 質ァァ | 1111000010111001100011101011111111110000101001111010011110100111 | f0b98ebff0a7a7a7 |
EUC-JP | ?質?ァァ | 0011111110111100110000010011111110001110101001111000111010100111 | 3fbcc13f8ea78ea7 |
UTF-8 | 質ァァ | 111011101000000110111000111010001011001110101010111011101000000110100110111011111011110110100111111011111011110110100111 | ee81b8e8b3aaee81a6efbda7efbda7 |
UHC | ?質??? | 001111111111001011110101001111110011111100111111 | 3ff2f53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)