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 | 髢ァ蟶キ關 | 1110100110010110101001111110010110111000101101111110100010010000 | e996a7e5b8b7e890 |
EUC-JP | 髢ァ蟶キ關 | 11110001111101101000111010100111111010101011101010001110101101111110111111110000 | f1f68ea7eaba8eb7eff0 |
UTF-8 | 髢ァ蟶キ關 | 111010011010101110100010111011111011110110100111111010001001111110110110111011111011110110110111111010011001011110011100 | e9aba2efbda7e89fb6efbdb7e9979c |
UHC | ????關 | 001111110011111100111111001111111100111010111100 | 3f3f3f3fcebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)